From 763d332c9fc6eec094d091ab66772c8563754476 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 15 Oct 2018 14:47:02 +0200 Subject: [PATCH] Revert "Disabled stage3 in netslice branch" This reverts commit 8fd3663e06cc425323ab119de9bb15f478529d30. --- jenkins/ci-pipelines/ci_stage_2.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.25.1