From f6ceb0911a1315a5027a7768ded6b2817324f12f Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 17 Oct 2018 15:57:29 +0200 Subject: [PATCH] Disable stage3 in branch v4.0 Change-Id: I8aed5c5cadaffbfc0e160294ed94b76c9ea5bf09 Signed-off-by: garciadeblas --- jenkins/ci-pipelines/ci_stage_2.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jenkins/ci-pipelines/ci_stage_2.groovy b/jenkins/ci-pipelines/ci_stage_2.groovy index d0e9d9dc..357ec225 100644 --- a/jenkins/ci-pipelines/ci_stage_2.groovy +++ b/jenkins/ci-pipelines/ci_stage_2.groovy @@ -27,6 +27,8 @@ def project_checkout(url_prefix,project,refspec,revision) { } def ci_pipeline(mdg,url_prefix,project,branch,refspec,revision,do_stage_3,artifactory_server,docker_args="",do_stage_4=false) { + // stage3 is disabled in branch v4.0 + do_stage_3 = false println("do_stage_3= ${do_stage_3}") ci_helper = load "devops/jenkins/ci-pipelines/ci_helper.groovy" -- 2.25.1