
This will activate the installation process.
#Unlock jenkins password install#
The next screen provides you and option to Install Suggested Plugins or Select plugin to install.Ĭlick on the ‘Install suggested plugins’ option. The administrators password is contained in the path indicated /var/lib/jenkins/secrets/initialAdminPasswordĬopy the alphanumeric password from the terminal and paste it to the ‘Administrator Password’ text field and hit ‘Continue’. You should see the Unlock Jenkins screen, which displays the location of the initial password: Be sure to see the ‘Unlock Jenkins’ screen as shown below prompting for an administrator’s initial password. we are going to set up the installation on it’s default port, 8080 using the server’s IP address as shown. With jenkins up and running, the last phase is setting up your installation on a web browser. To verify that the port has been opened, execute the command below # sudo ufw status Let’s go ahead and open that port on the UFW firewall # sudo ufw allow 8080 If all went, you should get the output as seen below

To check the status of Jenkins run the command below # systemctl start jenkins
#Unlock jenkins password update#
With both of this in place, proceed and update the system repositories sudo apt updateįinally, install Jenkins alongside all of its dependencies # sudo apt install JenkinsĪfter successful installation of Jenkins, the service will be started automatically. Next, add the Debian package repository address to the server’s sources.list: # sudo sh -c 'echo deb binary/ > /etc/apt//jenkins.list' To leverage the latest features and bug fixes, we are going to install Jenkins from the project maintained packages.įirst, start by adding the repository key to the system # wget -q -O - | sudo apt-key add. That said a, let’s jump right in Step 1: Installing Jenkins

If you don’t have a physical server ready, you can deploy a high performance and fully managed cloud server for only $ 3.71

#Unlock jenkins password how to#
In this guide, you will learn how to install Jenkins on Ubuntu 18.04 LTS. Jenkins is Java-based and can be installed from Ubuntu repositories or equally downloaded and it’s web application executed. Jenkins is a free and open source automation server that comes in handy when the need for automating repetitive tasks comes up.
