Skip to content

Instantly share code, notes, and snippets.

@thatdutchguy
Created April 8, 2011 03:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save thatdutchguy/909211 to your computer and use it in GitHub Desktop.
Save thatdutchguy/909211 to your computer and use it in GitHub Desktop.
jenkins/stapler/fog.hpi build notes
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