In this guide we are going to learn how to install and set up Jenkins in Ubuntu 22.04 server. Jenkins is an open source…
Jenkins Job builder (abbreviated JJB) is a python script to maintain and simplify configuration of Jenkins jobs. Jenkins internally stores configuration of jobs in an XML format. JJB…
Jenkins is an open source automation server which enables developers around the world to reliably build, test, and deploy their software. It is a…
In this Guide we are going to learn how to install and configure Jenkins in a FreeBSD 13 Server. Jenkins is a popular opensource…
In this Guide we are going to learn how to install and configure Jenkins in Fedora 35. Jenkins is a popular open source automation…
How do I create jenkins credentials using a golang script? In this blog article, we are going use GoJenkins library to create jenkins Username,…
do I run Jenkins as a docker container? In this guide we are going to explore how to achieve that using docker and simplifying…
In this guide we will explore how to add slaves (build nodes) to jenkins. The Jenkins architecture is designed for distributed build environments. It…
Jenkins has a built-in command line interface that allows users and administrators to access Jenkins from a script or shell environment. This can be…