Merge "Update hst CPU/MemoryMB cloud config to limit jobs to 1 per server"
[ci-management.git] / jjb / include-raw-jjb-update.sh
1 jenkins-jobs update --recursive --delete-old jjb/
2
3 # Submit patches for any jobs that can be auto updated
4 function submitJJB {
5     git commit -asm "Update automated project templates"
6     git push origin HEAD:refs/for/master
7 }
8
9 gitdir=$(git rev-parse --git-dir); scp -p -P 29418 rotterdam-jobbuilder@gerrit.fd.io:hooks/commit-msg ${gitdir}/hooks/
10 git diff --exit-code || submitJJB