Created
March 31, 2016 19:17
-
-
Save diatmpravin/6af78b55abf40a321d62e11964c60fe1 to your computer and use it in GitHub Desktop.
mesos-jenkins-marathon json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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