X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fci-pipelines%2Fci_stage_1.groovy;h=d6cf8369a716f857232801a5700bae11cfee8c35;hb=43e0c96734544f1ce57033303b88148820484653;hp=12ebf16da917644b841fac7cf2d08c10fb04fb00;hpb=c121ff81ff1018d0f59af6d04503f3e8087e7c74;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_1.groovy b/jenkins/ci-pipelines/ci_stage_1.groovy index 12ebf16d..d6cf8369 100644 --- a/jenkins/ci-pipelines/ci_stage_1.groovy +++ b/jenkins/ci-pipelines/ci_stage_1.groovy @@ -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.