mirror of
https://github.com/corda/corda.git
synced 2024-12-24 07:06:44 +00:00
updated jenkins stage slightly
This commit is contained in:
parent
507fe2ade1
commit
67f7660669
2
.ci/dev/pr-code-checks/Jenkinsfile
vendored
2
.ci/dev/pr-code-checks/Jenkinsfile
vendored
@ -57,7 +57,7 @@ pipeline {
|
||||
stage('Scan API Changes (new plugin)') {
|
||||
steps {
|
||||
catchError(message: "API Scan failed - breaking changes detected", stageResult: 'FAILURE') {
|
||||
gradlew('apiDiff')
|
||||
sh "./gradlew apiDiff"
|
||||
}
|
||||
}
|
||||
post {
|
||||
|
Loading…
Reference in New Issue
Block a user