Copyright © 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributers. Licensed under MIT License.
In a nutshell Jenkins CI is the leading open-source continuous integration server. Built with Java, it provides over 300 plugins to support building and testing virtually any project.
Non-source downloads such as WAR file and several Linux packages can be found on our Mirrors.
Our latest and greatest source of Jenkins CI can be found on GitHub. Fork us!
All about Jenkins CI can be found on our website. Follow us on Twitter @jenkinsci.
DotCloud lets you create the best cloud stack for your application. -- by DotCloud
-
Create application
$ dotcloud create <dotjenkins>
-
Create project directory and put jenkins.war
$ mkdir <dotjenkins> $ git clone git:https://github.com/Surgo/jenkins.git /path/to/yourworkingdir $ cp /path/to/yourworkingdir/jenkins/war/target/jenkins.war .
Or DotCloud (jetty) will make your application available online at the root directory if your archive is named ROOT.war
$ cp /path/to/yourworkingdir/jenkins/war/target/jenkins.war ./ROOT.war
-
Create jenkins home directory
$ dotcloud run <dotjenkins> -- mkdir jetty $ dotcloud run <dotjenkins> -- chmod -R a+wx ./jetty
-
Modify dotcloud.yml
www: type: java
-
Deploy to dotcloud
$ dotcloud push <dotjenkins> ./<dotjenkins>