Skip to content

nareshbtech/jenkins-fd-020217

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins

Install Jenkins

  • Install key wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -

  • Added repository vim /etc/apt/sources.list.d/jenkins.list add deb https://pkg.jenkins.io/debian-stable binary/

  • Update cache apt-get update -y

  • Install Jenkins apt-get install jenkins -y

  • Access Jenkins web console at ipaddress:port

  • Fetch initialAdministrator password cat /var/lib/jenkins/secrets/initialAdminPassword

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published