In this Guide we are going to learn how to install and configure Jenkins in a FreeBSD 13 Server. Jenkins is a popular opensource…
GitLab allows you to host an on-premise Git repository that can be accessed from either your local LAN or (if you have an available…
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…
In this guide we are going to explore how to install and set up jenkins in Ubuntu 20.04 server. Jenkins is an open source…
This post explains running jenkins in docker as a container and persisting the jenkins docker using docker volume. We will also explore using docker-compose…
This guide will help you set up jenkins in kubernetes using helm. Jenkins is a free and open source automation server. It helps automate…
Jenkins normally run builds in the local machine. That means all the dependencies the build needs needs to be set up in the local…