Jenkins – Agents in Kubernetes.
Hello! In this post, I want to show another step in using and configuring Jenkins in this project.Use a Kubernetes cluster as a Jenkins Agent. Here with an important point,…
Hello! In this post, I want to show another step in using and configuring Jenkins in this project.Use a Kubernetes cluster as a Jenkins Agent. Here with an important point,…
In this post, I want to show, in a similar way to the previous one, how to generate logs in pipelines, but this time from a Python script. https://devops-db.com/jenkins-class-for-logs-in-pipelines/ To…
In this post, I will show another change to our Shared Library, as expected, this library must be incremental. At this point, I created another classpath with some classes to…
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…
Here in this post, I want to show a simple example of a pipeline, but how to work in different Stages with the same Docker Container, using files/products between the…
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…