Skip to content

ProcNULL/docker-jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-jenkins

Debian 8 with latest stable Jenkins

Building

docker build -t procnull/jenkins https://github.com/ProcNULL/docker-jenkins.git

Running

docker run --name jenkins -p 8080:8080 -v [path]:/jenkins -e UID=[UID] procnull/jenkins

  • [UID] is the uid that jenkins should run with (e.g. 65534 for 'nobody' -- this is the defualt if nothing else is specified).
  • [path] is the path, where jenkins data should be stored. Note that all files in [path] will be chown'ed to [UID]!

About

💀 unmaintained | Debian with Jenkins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages