Skip to content
Snippets Groups Projects
Commit a1cf037d authored by garciadeblas's avatar garciadeblas
Browse files

stage3: do not keep container on fail


Change-Id: I97ee6d03e4e3d233988b035419994e115dd57128
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 6d381138
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: 'testing-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'),
......
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