How To Install Jenkins on Ubuntu 16.04

Опубликовано: 21 Октябрь 2024
на канале: Thulasi Tech In Creative
259
11

How to install the Jenkins in ubuntu server
1.what is Jenkins
Jenkins is an open sources automation tool written the java programing language .that allows continuous integration and continuous delivery and deployment
2.what is CI
Developer push the code
Each time developer push the code the automatically unit testing ,and automation testing everythings is done generated Rk files.
3.what is cd
Delivary:-
Have a capacity to deploye your application to any environment any given point of time manuvally integration.
Deployment:-
If 100% unit testing and sonarqube validation done in automated process.

Insatll Jenkins
Mostly required in java
sudo apt-get update
sudo apt-get install openjdk-8-jdk

Insatll Jenkins sever
https://www.digitalocean.com/communit...
You should see the Unlock Jenkins screen, which displays the location of the initial password:
sudo cat /var/lib/jenkins/secrets/initialAdminPassword