Skip to content

Commit

Permalink
Add help job
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche committed Sep 2, 2016
1 parent 882a634 commit dc4a830
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2566,3 +2566,8 @@ build(params + [CORECLR_BUILD: coreclrBuildJob.build.number,
} // scenario

JobReport.Report.generateJobReport(out)

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

0 comments on commit dc4a830

Please sign in to comment.