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 9478b6e5b65 Jenkins Pipelines - Set PIPELINE_PATH default value for 
10.1.x
9478b6e5b65 is described below

commit 9478b6e5b65bc49d6b3027ce6a20db95ab3a00e0
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Wed May 28 16:14:38 2025 -0400

    Jenkins Pipelines
    - Set PIPELINE_PATH default value for 10.1.x
---
 .ci/jenkins/Jenkinsfile.release-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/jenkins/Jenkinsfile.release-build 
b/.ci/jenkins/Jenkinsfile.release-build
index a5abbe2d728..fea48384170 100644
--- a/.ci/jenkins/Jenkinsfile.release-build
+++ b/.ci/jenkins/Jenkinsfile.release-build
@@ -32,7 +32,7 @@ pipeline {
 
     parameters {
         booleanParam(name: 'DRY_RUN', description: 'Dry run', defaultValue: 
true)
-        string(name: 'PIPELINE_PATH', description: 'Path to run the pipeline')
+        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)')
         string(name: 'RELEASE_VERSION', description: 'Release Version', 
defaultValue: '0.0.0')
         string(name: 'UPLOAD_ASSET_URL', description: 'Upload asset url', 
defaultValue: '')


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

Reply via email to