updated jenkins stage slightly

This commit is contained in:
tomstark99 2024-06-14 13:39:38 +01:00
parent 507fe2ade1
commit 67f7660669

View File

@ -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 {