Install Jenkins on Ubuntu

Jenkins is a tool that makes it easy to build source code for software projects. In this tutorial, I will guide you to install Jenkins on Ubuntu and will have some instructions about it in the incoming tutorials. To install Jenkins, you need to install… Read More

Install Jenkins using Docker

In this tutorial, I will guide you how to install Jenkins server using Docker. First, open the Terminal on macOS and Linux or the Console on Windows, then use the “docker pull” command to download the Jenkins Image from the Docker Repository. Here, we have… Read More