Install jenkins on ubuntu

jenkins

Install jenkins on ubuntu

Introduction

Jenkins is one of the most popular open-source continuous integration and continuous delivery servers available today. It provides lots of plugins for building deploying and automating plugins. With Jenkins, organizations can accelerate the software development process by automating it. Jenkins manages and controls software delivery processes throughout the entire lifecycle, including build, document, test, package, stage, deployment, static code analysis and much more.

Installing Jenkins

Jenkins provides an Ubuntu repository for the installation packages and we will install Jenkins from this repository.

Update the repository and install Jenkins.

Configure Jenkins

After installation is completed go to localhost:8080 we should see “Unlock Jenkins” screen, which displays the location of the initial password.
to get the hash password go to /var/lib/jenkins/secrets and run sudo vi initialAdminPassword
copy/paste the password in the “Administrator password” input.

start_jenkins

Now select appropriate option to install plugin. You can choose to install suggested plugins or select required plugins options. To get a good foundation for later use. Choose “Install Suggested Plugins”.

plugin_jenkins

After plugin installation, we have to create a new admin account. Type in your admin username, password, email etc. and click on “Save and Finish”.

create_user_jenkins

Configuration completed and Jenkins is ready and you can start working with it after clic “Start using Jenkins” button

finsh_installation

Now you will be redirected to Jenkins dashboard and show the default Jenkins screen. Jenkins installation and Configuration finished successfully

hello_jenkins

You can set up Jenkins to watch for any code changes in places like SVN and GitHub, automatically do a build with tools like Ant and Maven, utilize container technology such as Docker and Kubernetes, initiate tests and then take actions like rolling back or rolling forward in production.ata

Avatar for Ayman Ben Amor

Author: Ayman Ben Amor

No Comments

Post a Comment

Comment
Name
Email
Website