Created
March 17, 2015 20:45
-
-
Save jamesggraf/ce9a181c99cbd48358f1 to your computer and use it in GitHub Desktop.
Install Jenkins Job Builder
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
#!/usr/bin/env bash | |
git clone [email protected]:openstack-infra/jenkins-job-builder.git | |
cd jenkins-job-builder | |
python setup.py install | |
pip install pbr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment