Add CROSS check

Adds a silent CROSS check for PRs so that data can be gathered for the CROSS project
This commit is contained in:
Matt Mitchell 2017-05-15 11:47:42 -07:00 committed by GitHub
parent d6452010c4
commit d35f7326b3

View file

@ -68,3 +68,5 @@ platformList.each { platform ->
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.
Utilities.addCROSSCheck(this, project, branch)