Add help job
This commit is contained in:
parent
6866bc2f4a
commit
5c5b90be74
1 changed files with 4 additions and 1 deletions
|
@ -64,4 +64,7 @@ platformList.each { platform ->
|
|||
Utilities.addGithubPRTriggerForBranch(newJob, branch, "${os} ${architecture} ${configuration} Build")
|
||||
}
|
||||
|
||||
|
||||
// Make the call to generate the help job
|
||||
Utilities.createHelperJob(this, project, branch,
|
||||
"Welcome to the ${project} Repository", // This is prepended to the help message
|
||||
"Have a nice day!") // This is appended to the help message. You might put known issues here.
|
||||
|
|
Loading…
Reference in a new issue