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.
2 parents b8238d4 + 5dd689d commit ea26e47Copy full SHA for ea26e47
jobs/build/build-sync/Jenkinsfile
@@ -117,7 +117,7 @@ node() {
117
stage("Initialize") {
118
// Forbid for Konflux releases
119
BUILD_VERSION_MINOR = params.BUILD_VERSION.tokenize('.')[1].toInteger() // Store the "Y" in X.Y
120
- if BUILD_VERSION_MINOR >= 20:
+ if (BUILD_VERSION_MINOR >= 20):
121
error("Please run the build-sync-konflux job instead")
122
123
echo("Initializing ${params.BUILD_VERSION} sync: #${currentBuild.number}")
0 commit comments