add NODE for stage_4 19/5719/1
authorMike Marchetti <mmarchetti@sandvine.com>
Wed, 22 Nov 2017 20:25:17 +0000 (15:25 -0500)
committerMike Marchetti <mmarchetti@sandvine.com>
Wed, 22 Nov 2017 20:25:17 +0000 (15:25 -0500)
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
jenkins/ci-pipelines/ci_stage_3.groovy

index f9ca479..b9dda53 100644 (file)
@@ -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