From: garciadeblas Date: Mon, 15 Oct 2018 12:47:02 +0000 (+0200) Subject: Revert "Disabled stage3 in netslice branch" X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F95%2F6695%2F1;p=osm%2Fdevops.git Revert "Disabled stage3 in netslice branch" This reverts commit 8fd3663e06cc425323ab119de9bb15f478529d30. --- diff --git a/jenkins/ci-pipelines/ci_stage_2.groovy b/jenkins/ci-pipelines/ci_stage_2.groovy index 180e9be9..d0e9d9dc 100644 --- a/jenkins/ci-pipelines/ci_stage_2.groovy +++ b/jenkins/ci-pipelines/ci_stage_2.groovy @@ -26,7 +26,7 @@ def project_checkout(url_prefix,project,refspec,revision) { } } -def ci_pipeline(mdg,url_prefix,project,branch,refspec,revision,do_stage_3=false,artifactory_server,docker_args="",do_stage_4=false) { +def ci_pipeline(mdg,url_prefix,project,branch,refspec,revision,do_stage_3,artifactory_server,docker_args="",do_stage_4=false) { println("do_stage_3= ${do_stage_3}") ci_helper = load "devops/jenkins/ci-pipelines/ci_helper.groovy"