Merge pull request #6202 from jyoungyun/ci/add_help_job

Add help job
This commit is contained in:
Livar 2017-04-03 23:38:36 -07:00 committed by GitHub
commit 59415e5bc9

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.