summaryrefslogtreecommitdiffstats
path: root/jjb/include-raw-jjb-update.sh
blob: f1aaaa8ae2740c2c59e403fc47d9ae41e88bb80f (plain)
1
2
3
4
5
6
7
8
9
10
jenkins-jobs update --delete-old 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@git.opendaylight.org:hooks/commit-msg ${gitdir}/hooks/
git diff --exit-code || submitJJB