Jenkins – Ansible Playbooks
Hello, in this post, I want to show one of the ways we can use to run Ansible playbooks in the Jenkins pipeline. The method I chose was the simplest,…
Hello, in this post, I want to show one of the ways we can use to run Ansible playbooks in the Jenkins pipeline. The method I chose was the simplest,…
In this post I want to show another step in using PODs as Jenkins agents. I have already shown how to use Jenkins – Agents in Kubernetes., how to Jenkins…
Hello! In this post I want to show a simple Jenkins feature that proves to be very useful, especially in pipelines that are triggered manually. The execution parameters. There are…
In this post, I will show another step in using PODs/Containers in pipelines. Bringing together previous posts about using pipeline scripts in Jenkins – Pipeline source from GitLab., Jenkins –…
Hello. Still in the sequence of Jenkins x Kubernetes posts. In this one, I want to show the next step when it comes to Pods, Containers and Pipelines. I also…
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…
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…