Skip to content

u1i/jenkins-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

jenkins-getting-started

Run Jenkins with Docker

docker run -p 8080:8080 -p 50000:50000 jenkins/jenkins:lts

Wait for image to download & run, then point browser to Jenkins URL

http://localhost:8080/login?from=%2F

Get Jenkins Admin Password

docker exec -it $(docker ps -q) -- this will only work if there is only one container running :) otherwise specify the container ID to enter the running one

cat /var/jenkins_home/secrets/initialAdminPassword

Getting Started

https://dzone.com/articles/getting-started-with-jenkins-the-ultimate-guide

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published