Skip to content

Commit

Permalink
switch to using pypi's version of jenkins-job-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinhard Tartler committed Dec 1, 2013
1 parent e12b9a9 commit 3fb877d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ wget -q -O - http://pkg.jenkins-ci.org/debian-stable/jenkins-ci.org.key | sudo a
echo "deb http://pkg.jenkins-ci.org/debian-stable binary/" > /etc/apt/sources.list.d/jenkins.list
apt-get update -qq
apt-get install -y vim emacs23-nox curl python-software-properties build-essential
apt-get install -y jenkins
apt-get install -y git libyaml-dev
apt-get install -y python-virtualenv
apt-get install -y yasm build-essential
apt-get install -y python-virtualenv python-pip git libyaml-dev python-dev
pip install --upgrade jenkins-job-builder
jenkins-jobs --conf /vagrant/jenkins_jobs/jenkins_jobs.ini update /vagrant/jenkins_jobs
SCRIPT

Expand Down

0 comments on commit 3fb877d

Please sign in to comment.