From 72bac2fedc24e21d2c8bf1b5cd14598a40b5c110 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 27 Aug 2012 18:26:14 +0100 Subject: Install required Jenkins plugins --- vm-data/jenkins.customize | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'vm-data') diff --git a/vm-data/jenkins.customize b/vm-data/jenkins.customize index be7bda0..bf5eb6e 100755 --- a/vm-data/jenkins.customize +++ b/vm-data/jenkins.customize @@ -54,6 +54,13 @@ chroot "$rootdir" install -d -o jenkins -g jenkins /var/lib/jenkins chroot "$rootdir" apt-get install -y --no-remove jenkins umount "$rootdir/proc" +# Install the Bazaar and Git plugins for Jenkins. +old="$(pwd)" +cd "$rootdir/var/lib/jenkins/plugins" +wget --no-check-certificate http://updates.jenkins-ci.org/latest/bazaar.hpi +wget --no-check-certificate http://updates.jenkins-ci.org/latest/git.hpi +cd "$old" + # Remove the policy-rc.d so that things do start when we boot into the system. rm "$rootdir/usr/sbin/policy-rc.d" -- cgit v1.2.1