Skip to content

Latest commit

 

History

History
executable file
·
8 lines (6 loc) · 447 Bytes

README.md

File metadata and controls

executable file
·
8 lines (6 loc) · 447 Bytes

jenkins-standalone

Jenkins standalone instance package with the Mesos plugin with Docker support pre-installed.

git clone https://github.com/ahunnargikar/jenkins-standalone && cd jenkins-standalone; export JENKINS_HOME=$(pwd); java -jar jenkins.war --webroot=war --httpPort=$PORT0 --ajp13Port=-1 --httpListenAddress=0.0.0.0 --ajp13ListenAddress=127.0.0.1 --preferredClassLoader=java.net.URLClassLoader --logfile=../jenkins.log