CloudBees Jenkins Operations Center - Rolling releases
Get the latest features and fixes of the CloudBees Jenkins Platform (Client Master and Operations Center) with our rolling releases, which typically land every 4-5 weeks (once per month). Stable and tested. Built on top of the latest Jenkins Long-Term Support releases.
This is a fully functional CloudBees Jenkins Operations Center.
Usage
docker run -p 8080:8080 -p 50000:50000 cloudbees/jenkins-operations-center
NOTE: read below the build executors part of the role of the 50000
port mapping.
This will store the workspace in /var/jenkins_home. All Jenkins data lives in there - including plugins and configuration.
You will probably want to make that an explicit volume so you can manage it and attach to another container for upgrades :
docker run -p 8080:8080 -p 50000:50000 -v jenkin_home:/var/jenkins_home cloudbees/jenkins-operations-center
this will automatically create a 'jenkin_home' volume on docker host, that will survive container stop/restart/deletion.
Support?
Contact CloudBees support at https://support.cloudbees.com