This is an automated email from the ASF dual-hosted git repository.
porcelli pushed a commit to branch 10.2.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/10.2.x by this push:
new 93d54407c73 release: [try] additional adjusts to pipeline
93d54407c73 is described below
commit 93d54407c73314a0c403da7e2df35627e04419f1
Author: Alex Porcelli <[email protected]>
AuthorDate: Sun Mar 22 10:40:41 2026 -0400
release: [try] additional adjusts to pipeline
---
.ci/jenkins/Jenkinsfile.release-candidate | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/Jenkinsfile.release-candidate
b/.ci/jenkins/Jenkinsfile.release-candidate
index 3a5ed96f3bd..ba072d91df6 100644
--- a/.ci/jenkins/Jenkinsfile.release-candidate
+++ b/.ci/jenkins/Jenkinsfile.release-candidate
@@ -180,7 +180,7 @@ pipeline {
steps {
build job:
"KIE/kie-tools/${params.PIPELINE_PATH}/kie-tools-release-build", parameters: [
booleanParam(name: 'DRY_RUN', value: false),
- string(name: 'BASE_REF', value: "${params.BRANCH_NAME}"),
+ string(name: 'BASE_REF', value: "${params.TAG_NAME}"),
string(name: 'RELEASE_VERSION', value:
"${params.RELEASE_VERSION}"),
string(name: 'RUNNERS', value: "${params.RUNNERS}"),
string(name: 'RELEASE_CANDIDATE_VERSION', value:
"${params.RELEASE_CANDIDATE_VERSION}"),
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]