Skip to content

Instantly share code, notes, and snippets.

@diatmpravin
Created March 31, 2016 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save diatmpravin/6af78b55abf40a321d62e11964c60fe1 to your computer and use it in GitHub Desktop.
Save diatmpravin/6af78b55abf40a321d62e11964c60fe1 to your computer and use it in GitHub Desktop.
mesos-jenkins-marathon json
{
"id": "jenkins",
"cmd": "cd jenkins-standalone-master && ./jenkins-standalone.sh -z $(cat /etc/mesos/zk) -r 127.0.0.1:6379",
"cpus": 0.5,
"mem": 256,
"disk": 1024,
"instances": 1,
"ports": [
0
],
"container": {
"volumes": [{
"containerPath": "data",
"persistent": {
"size": 1024
},
"mode": "RW"
}],
"type": "MESOS"
},
"uris": [
"https://github.com/rji/jenkins-standalone/archive/master.tar.gz"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment