Skip to content

Instantly share code, notes, and snippets.

@michaelneale
Forked from thatdutchguy/gist:909211
Created April 8, 2011 04:43
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 michaelneale/909305 to your computer and use it in GitHub Desktop.
Save michaelneale/909305 to your computer and use it in GitHub Desktop.
git clone https://github.com/cowboyd/fog.hpi
git clone https://github.com/jenkinsci/jenkins
git clone https://github.com/stapler/stapler.git
git clone https://github.com/cowboyd/jenkins.rb
STAPLER:
cd stapler
mvn install
cd jruby
mvn install
JENKINS:
git checkout -b jruby origin/jruby
cd jenkins
cd core
edit pom.xml and update stapler version to reflect snapshot version
cd ..
mvn install
cd plugins
mvn install
FOG.HPI:
cd fog.hpi
mvn hpi:run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment