Recent Posts

Jenkins Scripts: Print Jobs

1 minute read

In this post we’ll see how write a very simple script to print a list of all Jenkins jobs. We’ll also see how to print jobs names based on given regex.

Packer: Build your First Image

3 minute read

This is a practical version of how to start with Packer by building your first image. If you would like to understand better what is Packer and why to use it...