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 5f0deb5d4e5 Jenkins Pipeline - PIPELINE_PATH must be with double quote
due Groovy string interpolation
5f0deb5d4e5 is described below
commit 5f0deb5d4e55f7136bea56fc97a2398811038b52
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Thu May 15 13:41:29 2025 -0400
Jenkins Pipeline
- PIPELINE_PATH must be with double quote due Groovy string interpolation
---
.ci/jenkins/Jenkinsfile.release-dry-run | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/Jenkinsfile.release-dry-run
b/.ci/jenkins/Jenkinsfile.release-dry-run
index 1d07bff43ec..360debec6d4 100644
--- a/.ci/jenkins/Jenkinsfile.release-dry-run
+++ b/.ci/jenkins/Jenkinsfile.release-dry-run
@@ -104,7 +104,7 @@ pipeline {
]
def runnersJson = JsonOutput.toJson(runnersMap)
- build job:
'KIE/kie-tools/${params.PIPELINE_PATH}/kie-tools-release-build', parameters: [
+ build job:
"KIE/kie-tools/${params.PIPELINE_PATH}/kie-tools-release-build", parameters: [
booleanParam(name: 'DRY_RUN', value: params.DRY_RUN),
string(name: 'PIPELINE_PATH', value:
params.PIPELINE_PATH),
string(name: 'BASE_REF', value: params.BASE_REF),
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]