
Jenkins is one of the most popular Continuous Integration & Delivery (CI/CD) servers in the world. It is an open-source platform built with Java that automates various stages of software development. This CI/CD tool is a favorite among developers for its flexibility and ease of configuration. Jenkins is typically run in containers, but in some scenarios (such as on-premises build servers), we prefer to run it directly on the system using systemd for greater stability and automatic restarts. In this article, we will show you how to install Jenkins on Ubuntu 26.04.






