trunk jenkins!
This commit is contained in:
parent
715944008a
commit
723e2d2246
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ fi
|
||||||
# This directory
|
# This directory
|
||||||
CUR_DIR=$(cd $(dirname "$0") && pwd)
|
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
|
# Install software
|
||||||
DEPS="jenkins cloud-utils"
|
DEPS="jenkins cloud-utils"
|
||||||
apt-get install -y --force-yes $DEPS
|
apt-get install -y --force-yes $DEPS
|
||||||
|
|
Loading…
Reference in a new issue