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
commit 61e9e5fc53f9f6c29e4eb83902816d5c5c11f3e1 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]
