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,…
Base image for Ansible
In this post, I will record the creation of another image that I will use in this project, an image with Ansible installation, using our already created Base image for…
Jenkins – Dynamic Pod Template
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…
Jenkins – Pipeline parameters.
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…
Jenkins – Shared Libraries, Containers and Manifests.
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 –…
Jenkins – Pod Template at Pipeline runtime.
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…
Jenkins – Pods, Containers and Pipelines
I decided to write this post, to better detail the configuration and use of the Pod Template, described in the previous post. Jenkins – Agents in Kubernetes. It is important…
Kubernetes – Base image for Jenkins Agent
Hello! In this post, I will leave the Dockerfile and requirements.txt files for creating the base image that I will use in Kubernetes / Jenkins from now on. https://github.com/faustobranco/devops-db/tree/master/Initial%20Images/img-jenkins-devopsdb Current…
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,…
Ansible – Dynamic inventory with Python.
Hello, in this post, I want to show another small code example, which I will use a lot in this project. One problem that Ansible has, in my opinion, is…