Jenkins – Pipeline source from GitLab.
In the last post, I showed how to integrate Jenkins with Gilab, to trigger a pipeline. Everything is working, but the declarative pipeline script is fixed in the Pipeline configuration,…
Jenkins x Gitlab – Configure Integration.
In this post, I will show the first part of configuring the GitLab integration with Jenkins to trigger pipelines.There are several types and forms of pipelines, including just the GitLab…
Python x Bind9 – Type A Record Changes.
In this post I will show another snippet of code in Python, which will be used in automations/pipelines. This is an example of how to perform simple maintenance of type…
DevPi – Local repository for python modules.
In this topic, I want to show the installation of DevPi (https://github.com/devpi/devpi), which is a local, simple and lightweight repository for Python modules, just like the Registry, there are other…
MacBook M1/M2 x Vagrant x VMWare
One of the points I missed when changing the Mac I was using from Intel to M1 was the possibility of using Vagrant with VirtualBox. I tried so many other…
Linux – Timezones and NTP
Hello! These days I was having some problems synchronizing some services that I’m preparing for this lab and it took me a long time to figure out what it was.…
Samba – Fileshare between Hosts
Here in this post, I’m going to talk about something that isn’t part of the laboratory, but helps me on several occasions. Create a shared folder/volume, I always need to…
Jenkins – Lost LDAP admin
Preparation. As mentioned in the Jenkins integration post with LDAP, Jenkins, by default, does not mix authentication types, it is either LDAP or native. In other words, something misconfigured, lost…
Jenkins – LDAP – Manage and Assign Roles
After finishing the integration of Jenkins with LDAP, this post shows how to create permission roles based on user groups (memberOf). As I said in the previous post, I created…
Jenkins – LDAP Integration
Preparation. In this post, I will show you how to configure Jenkins integration with LDAP and assign permissions. In Jenkins the configuration is a little different, as it is more…