From: Mike Marchetti Date: Wed, 22 Nov 2017 21:25:52 +0000 (-0500) Subject: add ability to specify downstream stage X-Git-Tag: v3.0.2~8 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=83976034623fadc32551ef389928482910b3797f;p=osm%2Fdevops.git add ability to specify downstream stage Signed-off-by: Mike Marchetti --- diff --git a/jenkins/ci-pipelines/ci_stage_1.groovy b/jenkins/ci-pipelines/ci_stage_1.groovy index 117265ae..251d36e7 100644 --- a/jenkins/ci-pipelines/ci_stage_1.groovy +++ b/jenkins/ci-pipelines/ci_stage_1.groovy @@ -69,7 +69,7 @@ node("${params.NODE}") { if ( params.STAGE ) { // go directly to stage 3 (osm system) - stage_name = "stage_3" + stage_name = params.STAGE mdg = "osm" if ( ! params.TEST_INSTALL ) {