From: garciadeblas Date: Tue, 13 Nov 2018 20:33:14 +0000 (+0100) Subject: Disable stage3 in branch WIM X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F77%2F6877%2F1;p=osm%2Fdevops.git Disable stage3 in branch WIM Change-Id: I66f78c54f019148bad493eb0dab9e55be35b2442 Signed-off-by: garciadeblas --- diff --git a/jenkins/ci-pipelines/ci_stage_2.groovy b/jenkins/ci-pipelines/ci_stage_2.groovy index d0e9d9dc..04687a3a 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 WIM + do_stage_3 = false println("do_stage_3= ${do_stage_3}") ci_helper = load "devops/jenkins/ci-pipelines/ci_helper.groovy"