RoobieBoobieee

Jenkins Install Commands

Jan 24th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. wget -q -O - http://pkg.jenkins-ci.org/debian-stable/jenkins-ci.org.key | sudo apt-key add -
  2.  
  3. sudo sh -c 'echo deb http://pkg.jenkins-ci.org/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
  4.  
  5. sudo apt-get update
  6.  
  7. sudo apt-get install -y jenkins
  8.  
  9. sudo cat /var/lib/jenkins/secrets/initialAdminPassword
Add Comment
Please, Sign In to add comment