Jenkins Operations

From NovaOrdis Knowledge Base
Revision as of 00:03, 21 April 2018 by Ovidiu (talk | contribs) (→‎Run)
Jump to navigation Jump to search

Internal

Best Practices

https://wiki.jenkins.io/display/JENKINS/Jenkins+Best+Practices

Container-Based Jenkins

Help

docker run --rm jenkins/jenkins:LTS --help

Run

The following command line assumes that the image was modified to maintain the plugin and WAR directories in custom locations:

docker run --rm -p 8080:8080 -v /var/lib/jenkins:/var/jenkins_home jenkins/jenkins:LTS