-
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
forked from mohitsethi/jenkins-fd-020217
-
Notifications
You must be signed in to change notification settings - Fork 0
License
nareshbtech/jenkins-fd-020217
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published