Add help job

This commit is contained in:
Jiyoung Yun 2017-03-30 19:40:03 +09:00
parent 6866bc2f4a
commit 5c5b90be74

View file

@ -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.