Merge "Wrap ARCHIVE_ARTIFACTS variable with quotes and braces"
authorVratko Polák <vrpolak@cisco.com>
Thu, 14 Jul 2016 17:30:55 +0000 (17:30 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 14 Jul 2016 17:30:55 +0000 (17:30 +0000)
jjb/include-raw-jjb-update.sh [deleted file]
jjb/releng-jobs.yaml

diff --git a/jjb/include-raw-jjb-update.sh b/jjb/include-raw-jjb-update.sh
deleted file mode 100644 (file)
index 878904a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-jenkins-jobs update --recursive --delete-old --workers 4 jjb/
-
-# Submit patches for any jobs that can be auto updated
-function submitJJB {
-    git commit -asm "Update automated project templates"
-    git push origin HEAD:refs/for/master
-}
-
-gitdir=$(git rev-parse --git-dir); scp -p -P 29418 jenkins-releng@git.opendaylight.org:hooks/commit-msg ${gitdir}/hooks/
-python scripts/jjb-autoupdate-project.py
-git diff --exit-code || submitJJB
index 6b406196d4a1fec71e92aa2956ca607e1fbf56f0..0bc6debb05684e7af98f4981e1ff5d007339af5d 100644 (file)
                       pattern: jjb-templates/**
 
     builders:
-        - shell:
-            !include-raw-escape:
-                - include-raw-jjb-update.sh
+        - shell: |
+            jenkins-jobs --version
+            jenkins-jobs update --recursive --delete-old --workers 4 jjb/
 
     publishers:
         - email-notification: