From 31b7b689a287b10d2207db2d3fe75e962b4631c4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 15 Jun 2013 10:38:30 +0100 Subject: Add git-client plugin The git plugin now depends on it. --- vm-data/jenkins.customize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm-data/jenkins.customize b/vm-data/jenkins.customize index 5123ddf..85c20f5 100755 --- a/vm-data/jenkins.customize +++ b/vm-data/jenkins.customize @@ -56,7 +56,7 @@ umount "$rootdir/proc" # Install the Bazaar and Git plugins for Jenkins. chroot "$rootdir" install -d -o jenkins -g jenkins "/var/lib/jenkins/plugins" -for plugin in bazaar git depgraph-view +for plugin in bazaar git-client git depgraph-view do wget --no-check-certificate \ -O "$rootdir/var/lib/jenkins/plugins/$plugin.hpi" \ -- cgit v1.2.1