Skip to content

Instantly share code, notes, and snippets.

@diatmpravin
Created April 14, 2016 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diatmpravin/d95c2d10e541fc762cad16c938a218ee to your computer and use it in GitHub Desktop.
Save diatmpravin/d95c2d10e541fc762cad16c938a218ee to your computer and use it in GitHub Desktop.
{
"id": "jenkins",
"cmd": null,
"cpus": 1,
"mem": 512,
"disk": 1000,
"instances": 1,
"container": {
"docker": {
"image": "jenkins",
"network": "HOST"
},
"type": "DOCKER",
"volumes": [
{
"hostPath": "jenkins_home",
"containerPath": "/var/jenkins_home",
"mode": "RW"
},
{
"containerPath": "jenkins_home",
"persistent": {
"size": 200
},
"mode": "RW"
}
]
},
"portDefinitions": [
{
"port": 8080,
"protocol": "tcp",
"name": null
},
{
"port": 50000,
"protocol": "tcp",
"name": null
}
],
"env": {},
"labels": {},
"healthChecks": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment