Merge pull request #389 from mmitche/fix-is-pr
Pass isPR to simplified job setup function
This commit is contained in:
commit
3b6bd10958
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ def static getBuildJobName(def configuration, def os) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Utilities.standardJobSetup(newJob, project, true)
|
Utilities.standardJobSetup(newJob, project, isPR)
|
||||||
if (isPR) {
|
if (isPR) {
|
||||||
Utilities.addGithubPRTrigger(newJob, "${os} ${configuration} Build")
|
Utilities.addGithubPRTrigger(newJob, "${os} ${configuration} Build")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue