add ability to specify downstream stage 20/5720/1
authorMike Marchetti <mmarchetti@sandvine.com>
Wed, 22 Nov 2017 21:25:52 +0000 (16:25 -0500)
committerMike Marchetti <mmarchetti@sandvine.com>
Wed, 22 Nov 2017 21:25:52 +0000 (16:25 -0500)
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
jenkins/ci-pipelines/ci_stage_1.groovy

index 117265a..251d36e 100644 (file)
@@ -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 )
             {