summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index e7dff64c..4e42aa3c 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -329,8 +329,10 @@ if [ -f /etc/debian_version ] ; then
sudo apt-get install -t jessie-backports linux-image-amd64
fi
# only needed on the main node
- if [ "$HOSTNAME" = "jenkins" ] ; then
- sudo apt-get install -t jessie-backports ffmpeg libav-tools
+ if [ "$HOSTNAME" = "jenkins-test-vm" ] ; then
+ sudo apt-get install -t jessie-backports jenkins-job-builder
+ elif [ "$HOSTNAME" = "jenkins" ] ; then
+ sudo apt-get install -t jessie-backports ffmpeg libav-tools jenkins-job-builder
fi
explain "packages installed."
else