rename the seed job so it fires first, block others

This commit is contained in:
Stephen Birarda 2013-06-19 11:49:29 -07:00
parent 7be50ae712
commit 13c46152c3

View file

@ -22,7 +22,12 @@ def hifiJob(String targetName, Boolean deploy) {
'jenkins.plugins.hipchat.HipChatNotifier_-HipChatJobProperty' {
room HIPCHAT_ROOM
}
}
'hudson.plugins.buildblocker.BuildBlockerProperty' {
useBuildBlocker true
blockingJobs 'hifi - seed'
}
}
project / 'triggers' << 'com.cloudbees.jenkins.GitHubPushTrigger' {