Skip to content

Commit

Permalink
[10.0.x] kie-issues#1397: Adjust release pipelines for the Apache 10 …
Browse files Browse the repository at this point in the history
…release (#2487)
  • Loading branch information
rodrigonull authored Jul 26, 2024
1 parent 5af36fe commit 7d610e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ci/jenkins/Jenkinsfile.release-candidate
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pipeline {
}

parameters {
string(name: 'BRANCH_NAME', description: 'Set the Git branch to checkout (0.0.X)', trim: true)
string(name: 'BRANCH_NAME', description: 'Set the Git branch to checkout (0.0.x)', trim: true)
string(name: 'RELEASE_VERSION', description: 'Release version', trim: true)
string(name: 'TAG_NAME', description: 'Tag name to be created', trim: true)
}
Expand Down Expand Up @@ -139,7 +139,6 @@ pipeline {
git add .
git commit --allow-empty -am "Apache KIE ${params.RELEASE_VERSION} release"
""".trim()
githubUtils.pushObject('origin', "${params.NEW_BRANCH_NAME}", "${pipelineVars.asfGithubPushCredentialsId}")
}
}
}
Expand Down

0 comments on commit 7d610e2

Please sign in to comment.