Skip to content
Snippets Groups Projects
Commit c6b2271e authored by madavi's avatar madavi
Browse files

Revert "Bug 745 preserve the logs temporarily for analysis fixedgit status"

This reverts commit 02362e92.

Change-Id: Id0937d1edf03128138b8ed198a8d41bd244c4f6e
parent 02362e92
No related branches found
No related tags found
No related merge requests found
......@@ -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: true, description: '', name: 'SAVE_CONTAINER_ON_FAIL'),
booleanParam(defaultValue: false, 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,12 +229,7 @@ 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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment