Category: Ubuntu, Jenkins, firewall, automation

Jenkins, an open source automation server, you can efficiently manage tasks, from creation to software deployment. First, add the repository key to the system: sudo apt update sudo apt install jenkins Let’s start Jenkins by using systemctl: sudo systemctl start jenkins Enable Jenkins to boot sudo systemctl enable jenkins Since systemctl doens´t display status output, use the status command to verify that Jenkins started sucessufully: Now that Jenkins is up and running, let’s adjust our firewall rules so that we can reach it from a web browser to complete the initial setup.

Related Articles