This is an automated email from the ASF dual-hosted git repository.

tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new c3fabfe3a09 NO-ISSUE: Fix replacing CI image tag in setup-branch 
Jenkins job (#2471)
c3fabfe3a09 is described below

commit c3fabfe3a0914e6d43fc17068027298518249769
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Wed Jul 17 14:00:47 2024 -0300

    NO-ISSUE: Fix replacing CI image tag in setup-branch Jenkins job (#2471)
---
 .ci/jenkins/Jenkinsfile.setup-branch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/jenkins/Jenkinsfile.setup-branch 
b/.ci/jenkins/Jenkinsfile.setup-branch
index 4a6463ba41b..76ee57be61c 100644
--- a/.ci/jenkins/Jenkinsfile.setup-branch
+++ b/.ci/jenkins/Jenkinsfile.setup-branch
@@ -160,7 +160,7 @@ pipeline {
                 dir('kie-tools/.ci/jenkins') {
                     script {
                         sh """#!/bin/bash -el
-                        find . -type f -name 'Jenkinsfile.*' -exec sed -E -i 
"s%(incubator-kie-tools-ci-build:).*%\1${params.KIE_TOOLS_VERSION}% {} \;"
+                        find . -type f -name 'Jenkinsfile.*' -exec sed -E -i 
"s%(incubator-kie-tools-ci-build:).*%\\1${params.KIE_TOOLS_VERSION}'%" {} \\;
                         """.trim()
                     }
                 }


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

Reply via email to