Skip to content

Instantly share code, notes, and snippets.

@consoledotblog
Forked from jamesggraf/installJJB.sh
Created January 14, 2016 20:08
Show Gist options
  • Save consoledotblog/e96bb76d87dbf8f65c1d to your computer and use it in GitHub Desktop.
Save consoledotblog/e96bb76d87dbf8f65c1d to your computer and use it in GitHub Desktop.
Install Jenkins Job Builder
#!/usr/bin/env bash
git clone git@github.com: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