summaryrefslogtreecommitdiffstats
path: root/jjb/ci-management/include-raw-jjb-update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/ci-management/include-raw-jjb-update.sh')
-rw-r--r--jjb/ci-management/include-raw-jjb-update.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/jjb/ci-management/include-raw-jjb-update.sh b/jjb/ci-management/include-raw-jjb-update.sh
deleted file mode 100644
index 1a06ecef9..000000000
--- a/jjb/ci-management/include-raw-jjb-update.sh
+++ /dev/null
@@ -1,10 +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 rotterdam-jobbuilder@gerrit.fd.io:hooks/commit-msg ${gitdir}/hooks/
-git diff --exit-code || submitJJB