BUG 703 fix - Check if zookeeper is initialized before kafka
[osm/devops.git] / jenkins / ci-pipelines / ci_stage_3.groovy
index e6264e5..935c670 100644 (file)
@@ -230,7 +230,12 @@ node("${params.NODE}") {
                         repo_base_url = "-u ${params.REPOSITORY_BASE}"
                     }
                                        if ( params.DO_STAGE_4 ) {
-                        sh "docker stack list | grep v60 | awk '{ print \$1 }'| xargs docker stack rm"
+                                       try {
+                        sh "docker stack list | grep v60 | awk '{ print \$1 }'| xargs docker stack rm "
+                                               }
+                                               catch (caughtError) {
+                                                println("FAILURE:: Docker remove gave exception, pls check & remove old dockers manually, if required !!!")
+                                               }
                                        }
                     sh """
                         export PATH=$PATH:/snap/bin