summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-03 12:13:54 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-03 12:13:54 +0100
commit72dcdeba00e4d5eabb3916ebca1e8974298da8b4 (patch)
tree7e6eb263aea3ce24b56a26f34570bdc474c0e35a /update_jdn.sh
parent03aeb1ab3bf10a8a7359f479b4340e3f22f227b0 (diff)
downloadjenkins.debian.net-72dcdeba00e4d5eabb3916ebca1e8974298da8b4.tar.xz
triple fix: munin-plugins, cd-test screenshot match and jenkins-job deploy
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 dd559eea..7256a586 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -73,8 +73,10 @@ explain "Updated about.html, setup.html and todo.html."
# run jenkins-job-builder to update jobs if needed
# (using sudo because /etc/jenkins_jobs is root:root 700)
#
-cd /srv/jenkins/job-cfg
-sudo jenkins-jobs update .
+cd /srv/jenkins/job-cfg
+for config in *.yaml ; do
+ sudo jenkins-jobs update $config
+done
explain "Jenkins jobs updated."
#