Groovy – Call python script with return
Here in this post, I want to leave one more piece of code, which will be useful later on, like a groovy script, you can make a python script call…
Here in this post, I want to leave one more piece of code, which will be useful later on, like a groovy script, you can make a python script call…
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…
On the same theme as the previous post, I want to show another snippet of code in Python, this time, to “lint” the Yaml file, this should also be very…
In this post, I want to show another piece of Python code, now, to validate a YAML file against a JSON Schema. There are very good Schema JSON generators, I…
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…
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…
Following the line of the previous post () in this one I will show another piece of code, which will also be very useful in the next posts. How to…
In this post I will leave here a piece of code in Python, which will be useful soon, like copying any file to a container that is running. The Docker…
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,…