DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

How To install Jenkins on Ubuntu 20.04 LTS

4 years ago medium.com
How To install Jenkins on Ubuntu 20.04 LTS

Summary: This is a summary of an article originally published by the source. Read the full original article here →

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.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com