We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716afd5 commit f436e3fCopy full SHA for f436e3f
src/main/java/org/hibernate/infra/bot/ExtractDevelocityBuildScans.java
@@ -226,7 +226,7 @@ else if ( customValue.getName().equals( "CI stage" ) ) {
226
tags,
227
goals,
228
hasFailed ? DevelocityCIBuildScan.Status.FAILURE : DevelocityCIBuildScan.Status.SUCCESS,
229
- hasVerificationFailure != null && !hasVerificationFailure
+ hasVerificationFailure != null && hasVerificationFailure
230
? DevelocityCIBuildScan.Status.FAILURE
231
: DevelocityCIBuildScan.Status.SUCCESS,
232
buildScanURI,
0 commit comments