This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-tools-temporary-rnd-do-not-use.git
The following commit(s) were added to refs/heads/main by this push:
new 3bc1769495 Release job - fix runners (#25)
3bc1769495 is described below
commit 3bc17694955028cf73b29ad61bc18276216d638b
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Thu Nov 30 10:41:01 2023 -0300
Release job - fix runners (#25)
---
.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 0e0b80384a..4d38de63cc 100644
--- a/.ci/jenkins/Jenkinsfile.release-build
+++ b/.ci/jenkins/Jenkinsfile.release-build
@@ -62,7 +62,7 @@ pipeline {
stage('Set Runners') {
steps {
script {
- runners = readJSON text: "${env.RUNNERS}"
+ runners = readJSON text: "${params.RUNNERS}"
env.DMN_DEV_DEPLOYMENT_BASE_IMAGE =
runners.dmn_dev_deployment_base_image
env.KIE_SANDBOX_IMAGE = runners.kie_sandbox_image
env.KIE_SANDBOX_EXTENDED_SERVICES_IMAGE =
runners.kie_sandbox_extended_services_image
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]