add ability to specify downstream stage
[osm/devops.git] / 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 )
             {