We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7159440 commit 723e2d2Copy full SHA for 723e2d2
tools/jenkins/jenkins_home/build_jenkins.sh
@@ -20,6 +20,11 @@ fi
20
# This directory
21
CUR_DIR=$(cd $(dirname "$0") && pwd)
22
23
+# Configure trunk jenkins!
24
+echo "deb http://pkg.jenkins-ci.org/debian binary/" > /etc/apt/sources.list.d/jenkins.list
25
+wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
26
+apt-get update
27
+
28
# Install software
29
DEPS="jenkins cloud-utils"
30
apt-get install -y --force-yes $DEPS
0 commit comments