Merge "updates for R3 packaging improvements SO and UI do not have to share build...
authormarchettim <mmarchetti@sandvine.com>
Sat, 30 Sep 2017 21:40:17 +0000 (23:40 +0200)
committerGerrit Code Review <root@osm.etsi.org>
Sat, 30 Sep 2017 21:40:17 +0000 (23:40 +0200)
jenkins/ci-pipelines/ci_stage_1.groovy

index 12ebf16..d6cf836 100644 (file)
@@ -53,6 +53,11 @@ node("${params.NODE}") {
             // go directly to stage 3 (osm system)
             stage_name = "stage_3"
             mdg = "osm"
+            if ( ! params.TEST_INSTALL )
+            {
+                println("disabling stage_3 invocation")
+                return
+            }
         }
         println("TEST_INSTALL = ${params.TEST_INSTALL}")
         // callout to stage_2.  This is a multi-branch pipeline.