Created
April 8, 2011 03:05
-
-
Save thatdutchguy/909211 to your computer and use it in GitHub Desktop.
jenkins/stapler/fog.hpi build notes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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