Skip to content

Instantly share code, notes, and snippets.

@thatdutchguy
Created April 8, 2011 03:05
Show Gist options
  • 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