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 3e9efec491a Jenkins Pipelines - split TAG_NAME and RELEASE CANDIDATE 
params
3e9efec491a is described below

commit 3e9efec491a0a6de0da1f343ee63c68277ef9316
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Mon Jun 2 10:33:44 2025 -0400

    Jenkins Pipelines
    - split TAG_NAME and RELEASE CANDIDATE params
---
 .ci/jenkins/Jenkinsfile.release-candidate | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.ci/jenkins/Jenkinsfile.release-candidate 
b/.ci/jenkins/Jenkinsfile.release-candidate
index 38a2824d34f..12ae61d4b02 100644
--- a/.ci/jenkins/Jenkinsfile.release-candidate
+++ b/.ci/jenkins/Jenkinsfile.release-candidate
@@ -35,9 +35,10 @@ pipeline {
     }
 
     parameters {
-        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)
+        string(name: 'BRANCH_NAME', description: 'Set the Git branch to 
checkout (0.0.x)', trim: true, defaultValue: '10.1.x')
+        string(name: 'RELEASE_VERSION', description: 'Release version', trim: 
true, defaultValue: '10.1.0')
+        string(name: 'RELEASE_CANDIDATE_VERSION', description: 'Release 
candidate version', trim: true, defaultValue: '10.1.0')
+        string(name: 'TAG_NAME', description: 'Tag name to be created', trim: 
true, defaultValue: '10.1.0-rc1')
         string(description: 'Runners', name: 'RUNNERS', defaultValue: 
'{"chrome_extensions":"true","cors_proxy_image":"true","dashbuilder_viewer_image":"true","dev_deployment_base_image":"true","dev_deployment_dmn_form_webapp_image":"true","dev_deployment_quakus_blank_app_image":"true","dev_deployment_upload_service":"true","extended_services":"true","jbpm_quarkus_devui":"true","kie_sandbox_image":"true","kie_sandbox_accelerator_quarkus":"true","kie_sandbox_extended_services":"true","kie
 [...]
         string(name: 'PIPELINE_PATH', description: 'Path to run the pipeline', 
defaultValue: '10.1.x/release')
     }
@@ -182,7 +183,7 @@ pipeline {
                     string(name: 'BASE_REF', value: "${params.BRANCH_NAME}"),
                     string(name: 'RELEASE_VERSION', value: 
"${params.RELEASE_VERSION}"),
                     string(name: 'RUNNERS', value: "${params.RUNNERS}"),
-                    string(name: 'RELEASE_CANDIDATE_VERSION', value: 
"${params.TAG_NAME}"),
+                    string(name: 'RELEASE_CANDIDATE_VERSION', value: 
"${params.RELEASE_CANDIDATE_VERSION}"),
                     string(name: 'PIPELINE_PATH', value: 
"${params.PIPELINE_PATH}")
                 ]
             }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to