diskimage-builder/elements/jenkins/pre-install.d/10-jenkins

9 lines
239 B
Plaintext
Raw Normal View History

2012-11-22 04:58:07 +00:00
#!/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