summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index c5cdb89f..574080ec 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -78,6 +78,9 @@ explain "Updated user content for Jenkins."
# (using sudo because /etc/jenkins_jobs is root:root 700)
#
cd /srv/jenkins/job-cfg
+for metaconfig in *.yaml.py ; do
+ python $metaconfig > ${metaconfig%.py}
+done
for config in *.yaml ; do
sudo jenkins-jobs update $config
done