Skip to content
Snippets Groups Projects
Commit 562e3210 authored by Mike Marchetti's avatar Mike Marchetti
Browse files

add NODE for stage_4


Signed-off-by: default avatarMike Marchetti <mmarchetti@sandvine.com>
parent 9054244c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment