This is an automated email from the ASF dual-hosted git repository.
eduardocerqueira pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new aafda4ae816 Jenkins Pileines - adding all parameters from Release
Candidate to be able to better simulate it
aafda4ae816 is described below
commit aafda4ae8169d125ea95a9d7364c4c9d27bf6f16
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Mon Jun 2 10:16:47 2025 -0400
Jenkins Pileines
- adding all parameters from Release Candidate to be able to better
simulate it
---
.ci/jenkins/Jenkinsfile.release-dry-run | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.ci/jenkins/Jenkinsfile.release-dry-run
b/.ci/jenkins/Jenkinsfile.release-dry-run
index cd298fd1974..167e4eed780 100644
--- a/.ci/jenkins/Jenkinsfile.release-dry-run
+++ b/.ci/jenkins/Jenkinsfile.release-dry-run
@@ -35,6 +35,8 @@ pipeline {
booleanParam(name: 'DRY_RUN', description: 'Dry run', defaultValue:
true)
string(name: 'PIPELINE_PATH', description: 'Path to run the pipeline',
defaultValue: '10.1.x/release')
string(name: 'BASE_REF', description: 'GitHub Base Ref (tag or
branch)', defaultValue: '10.1.x')
+ string(name: 'RELEASE_VERSION', description: 'Release version',
defaultValue: '10.1.0')
+ string(name: 'RELEASE_CANDIDATE_VERSION', description: 'Release
candidate version', defaultValue: '10.1.0')
booleanParam(name: 'chrome_extensions', description: 'Build chrome
extensions', defaultValue: false)
booleanParam(name: 'cors_proxy_image', description: 'Build cors proxy
image', defaultValue: false)
@@ -114,7 +116,9 @@ pipeline {
booleanParam(name: 'DRY_RUN', value: params.DRY_RUN),
string(name: 'PIPELINE_PATH', value:
params.PIPELINE_PATH),
string(name: 'BASE_REF', value: params.BASE_REF),
- string(name: 'RUNNERS', value: runnersJson)
+ string(name: 'RELEASE_VERSION', value:
params.RELEASE_VERSION),
+ string(name: 'RELEASE_CANDIDATE_VERSION', value:
params.RELEASE_CANDIDATE_VERSION),
+ string(name: 'RUNNERS', value: runnersJson)
]
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]