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:
parent
d6452010c4
commit
d35f7326b3
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue