From 5c5b90be74f7efde9d8bf6735fd14515b6d1eb5b Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Thu, 30 Mar 2017 19:40:03 +0900 Subject: [PATCH] Add help job --- netci.groovy | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/netci.groovy b/netci.groovy index bb47c2d8a..9ab606c7f 100644 --- a/netci.groovy +++ b/netci.groovy @@ -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.