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 44124679927 Jenkins Pipeline - PIPELINE_PATH: must be on double quote 
due Groovy string interpolation
44124679927 is described below

commit 44124679927c2af976728c4f6d7deafe047b5deb
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Thu May 15 13:45:38 2025 -0400

    Jenkins Pipeline
    - PIPELINE_PATH: must be on double quote due Groovy string interpolation
---
 .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 48a1755b5b5..a1bb624388c 100644
--- a/.ci/jenkins/Jenkinsfile.release-build
+++ b/.ci/jenkins/Jenkinsfile.release-build
@@ -829,7 +829,7 @@ def kieSandboxExtendedServicesImageBuildJob() {
 
 def corsProxyImageBuildJob() {
     env.CORS_PROXY_IMAGE_JOB_RESULT = build(
-        job: 
'KIE/kie-tools/${params.PIPELINE_PATH}/individual-release-artifacts-jobs/cors-proxy',
+        job: 
"KIE/kie-tools/${params.PIPELINE_PATH}/individual-release-artifacts-jobs/cors-proxy",
         parameters: [
             booleanParam(name: 'DRY_RUN', value: "${params.DRY_RUN}"),
             string(name: 'BASE_REF', value: "${params.BASE_REF}"),


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

Reply via email to