diskimage-builder/flavours/jenkins/pre-install.d/10-jenkins
2012-11-22 18:05:45 +13:00

9 lines
239 B
Bash
Executable File

#!/bin/bash
# Add the Jenkins package archive
set -e
set -o xtrace
wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | apt-key add -
echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list