Skip to content

freshmatrix/jenkins-standalone

 
 

Repository files navigation

jenkins-standalone

Run a Jenkins master on Apache Mesos and Marathon.

http://rogerignazio.com/blog/scaling-jenkins-mesos-marathon.

Usage

jenkins-standalone.sh takes two arguments:

  • ZooKeeper URL
  • Redis host

Redis is used as the broker for Logstash and the Jenkins Logstash plugin.

When copying/pasting this command into Marathon, each line should be concatenated with &&, so that it only proceeds if the previous command was successful.

Example usage:

git clone https://github.com/rji/jenkins-standalone
cd jenkins-standalone
./jenkins-standalone.sh -z $(cat /etc/mesos/zk) -r redis.example.com

About

Run a Jenkins master on Apache Mesos and Marathon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%