Bug 745 preserve the logs temporarily for analysis fixedgit status 04/7704/1
authormadavi <jm00553988@techmahindra.com>
Wed, 26 Jun 2019 09:45:18 +0000 (15:15 +0530)
committermadavi <jm00553988@techmahindra.com>
Wed, 26 Jun 2019 09:45:18 +0000 (15:15 +0530)
Change-Id: Idc39b0bc71856305eecff1b17a33f0fb4eb12b2b
Signed-off-by: madavi <jm00553988@techmahindra.com>
jenkins/ci-pipelines/ci_stage_3.groovy

index 283b042..20840b5 100644 (file)
@@ -32,7 +32,7 @@ properties([
         string(defaultValue: 'artifactory-osm', description: '', name: 'ARTIFACTORY_SERVER'),
         string(defaultValue: 'osm-stage_4', description: '', name: 'DOWNSTREAM_STAGE_NAME'),
         string(defaultValue: 'releasesix-daily', description: '', name: 'DOCKER_TAG'),
-        booleanParam(defaultValue: false, description: '', name: 'SAVE_CONTAINER_ON_FAIL'),
+        booleanParam(defaultValue: true, description: '', name: 'SAVE_CONTAINER_ON_FAIL'),
         booleanParam(defaultValue: false, description: '', name: 'SAVE_CONTAINER_ON_PASS'),
         booleanParam(defaultValue: true, description: '', name: 'SAVE_ARTIFACTS_ON_SMOKE_SUCCESS'),
         booleanParam(defaultValue: true, description: '', name: 'DO_STAGE_4'),
@@ -229,7 +229,12 @@ node("${params.NODE}") {
                     {
                         repo_base_url = "-u ${params.REPOSITORY_BASE}"
                     }
-             
+                                       
+                                       // Jayant: bug 745 enabling the flag to keep container after failure. So the below
+                                       //         code will do the cleanup of previous dockers, if any.
+                                       
+                    sh "docker stack list |  awk '{ print $1 }'| xargs docker stack rm"
+                                       
                     sh """
                         export PATH=$PATH:/snap/bin
                         installers/full_install_osm.sh -y -s ${container_name} --test --nolxd --nodocker --nojuju --nohostports --nohostclient \