HBASE-26788 Disable Checks API callback from test results in PRs
Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
parent
f712a4ceb5
commit
7bb40b384c
|
@ -194,7 +194,8 @@ pipeline {
|
|||
])
|
||||
// Publish JUnit results
|
||||
try {
|
||||
junit "${env.SOURCEDIR}/**/target/surefire-reports/*.xml"
|
||||
junit "${env.SOURCEDIR}/**/target/surefire-reports/*.xml",
|
||||
allowEmptyResults: true, skipPublishingChecks: true
|
||||
} catch(e) {
|
||||
echo 'junit processing: ' + e.toString()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue