From 83976034623fadc32551ef389928482910b3797f Mon Sep 17 00:00:00 2001 From: Mike Marchetti Date: Wed, 22 Nov 2017 16:25:52 -0500 Subject: [PATCH] add ability to specify downstream stage Signed-off-by: Mike Marchetti --- jenkins/ci-pipelines/ci_stage_1.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.25.1