X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=jenkins%2Fci-pipelines%2Fci_stage_3.groovy;h=1c0c3675230e21e18716369557bfd77b93a35b4a;hb=de6a5cfb63166480a7a0b04f6e0d0e34f0435df6;hp=609708afce76e7244b0053a2f4a9f013a8de4437;hpb=046b6665632fafbd4a62d116f92fbd2344580128;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 609708af..1c0c3675 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -236,7 +236,7 @@ node("${params.NODE}") { run_systest(container_name,container_name,"smoke") // archive smoke success until stage_4 is ready - if ( currentBuild.result.equals('SUCCESS') ) { + if ( ! currentBuild.result.equals('UNSTABLE') ) { stage_archive = params.SAVE_ARTIFACTS_ON_SMOKE_SUCCESS } }