Skip to content

Commit

Permalink
Fix typo in openjdk_pipeline.groovy (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxa authored Jul 5, 2023
1 parent 240f2f6 commit 84c4fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/build/openjdk_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ node('worker') {
} else if (jdkOpenj9Branch == buildTag) {
println "[INFO] scmReference=${buildTag} matches with JDK${params.jdkVersion}_OPENJ9_BRANCH=${jdkOpenj9Branch} in ${propertyFile} in aqa-tests release branch."
} else {
println "[ERROR] scmReference does not match with any JDK brnach in ${propertyFile} in aqa-tests release branch. Please update aqa-tests ${params.aqaReference} release branch. Set the current build result to FAILURE!"
println "[ERROR] scmReference does not match with any JDK branch in ${propertyFile} in aqa-tests release branch. Please update aqa-tests ${params.aqaReference} release branch. Set the current build result to FAILURE!"
currentBuild.result = 'FAILURE'
return
}
Expand Down

0 comments on commit 84c4fb6

Please sign in to comment.