From 562e3210664e5f97014da76c9af843c58b66fc74 Mon Sep 17 00:00:00 2001 From: Mike Marchetti Date: Wed, 22 Nov 2017 15:25:17 -0500 Subject: [PATCH] add NODE for stage_4 Signed-off-by: Mike Marchetti --- jenkins/ci-pipelines/ci_stage_3.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index f9ca4792..b9dda53f 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -198,6 +198,7 @@ node("${params.NODE}") { stage("stage_4") { def downstream_params = [ string(name: 'CONTAINER_NAME', value: container_name), + string(name: 'NODE', value: NODE_NAME.split()[0]), ] stage_4_result = build job: "${params.DOWNSTREAM_STAGE_NAME}/${GERRIT_BRANCH}", parameters: downstream_params, propagate: false -- 2.25.1