trunk jenkins!

main
Anthony Young 13 years ago
parent 715944008a
commit 723e2d2246

@ -20,6 +20,11 @@ fi
# This directory
CUR_DIR=$(cd $(dirname "$0") && pwd)
# Configure trunk jenkins!
echo "deb http://pkg.jenkins-ci.org/debian binary/" > /etc/apt/sources.list.d/jenkins.list
wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
apt-get update
# Install software
DEPS="jenkins cloud-utils"
apt-get install -y --force-yes $DEPS

Loading…
Cancel
Save