Skip to content

bishnuroy/Jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Jenkins

Ref: https://github.com/jenkinsci/docker

  1. JENKINS_HOME=/var/jenkins_home (Jenkind Home Dirctory:)

  2. Mount this path for PVS: "/var/jenkins_home"

  3. Admin Pass word will be store in : /var/jenkins_home/secrets/initialAdminPassword In this file.

  4. Docker Build:

   docker build -t jenkins-2.121.3 .
  1. Docker Run:
docker run -d -v jenkins_home:/var/jenkins_home -p 8080:8080 -p 50000:50000 jenkins-2.121.3

Now create new user.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published