From 58851d4eeed6f6de74432a46e9eeaa35bf1d569c Mon Sep 17 00:00:00 2001 From: Mike Marchetti Date: Sat, 30 Sep 2017 17:36:47 -0400 Subject: [PATCH] check test_install for devops build Change-Id: I8d04a96beff12ce703f7da45d15c011f957ad2cd Signed-off-by: Mike Marchetti --- jenkins/ci-pipelines/ci_stage_1.groovy | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.25.1