Jenkins – Sparse Checkout
Hello, following the next steps in the previous post ( Jenkins – SSH Keys and GitLab Checkout ), now I want to show how to do a Sparse Checkout using…
Hello, following the next steps in the previous post ( Jenkins – SSH Keys and GitLab Checkout ), now I want to show how to do a Sparse Checkout using…
In this post, I will show how to configure SSH keys between GitLab and Jenkins, to facilitate script checkout and make the connection more secure, so we stop using http…
In this post, I want to show you how to use the Shared Libraries feature in Jenkins. In short, you can create libraries / classes in Groovy and use them…
This is the first base image for Docker and Python that I will create, so I will create others according to the need, but no longer manual, they must all…
In another step in configuring Jenkins for pipelines, in this post I will show how to use Docker Container as an Agent, K8s Pods can also be used, but I…
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,…
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…
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…
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…
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…