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.