Fix params for release upgrade

Related-Prod: PROD-36426
Change-Id: I6c4f8611b713df2b07beddec52f1152c7974a03f
diff --git a/jobs/pipelines/run-test-scenarios.groovy b/jobs/pipelines/run-test-scenarios.groovy
index c03999b..f2f3e74 100644
--- a/jobs/pipelines/run-test-scenarios.groovy
+++ b/jobs/pipelines/run-test-scenarios.groovy
@@ -53,7 +53,7 @@
                 }
             } // stage("Run tests")
 
-            if(currentBuild.result == 'SUCCESS'){
+            if(currentBuild.result != 'FAILURE'){
                 stage("Archive all xml reports") {
                     dir("${env.slave_workdir }") {
                         archiveArtifacts artifacts: "**/*.xml,**/*.log"