Revert "improvement:devops code related to docker clean and email notification"
[osm/devops.git] / jenkins / ci-pipelines / ci_stage_1.groovy
index 96918b2..d3c4fa1 100644 (file)
@@ -93,7 +93,8 @@ node("${params.NODE}") {
         if (stage_3_merge_result.getResult() != 'SUCCESS') {
             project = stage_3_merge_result.getProjectName()
             build = stage_3_merge_result.getNumber()
-            error("${project} build ${build} failed")
+            // Jayant if the build fails the below error will cause the pipeline to terminate. 
+                       // error("${project} build ${build} failed")
         }
     }
        stage('Send Email') {