mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
rename the seed job so it fires first, block others
This commit is contained in:
parent
7be50ae712
commit
13c46152c3
1 changed files with 6 additions and 1 deletions
|
@ -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' {
|
||||
|
|
Loading…
Reference in a new issue