Disable stage3 in branch WIM
[osm/devops.git] / jenkins / ci-pipelines / ci_stage_2.groovy
index d0e9d9d..04687a3 100644 (file)
@@ -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"