commit | d38d8e4eccfe7b0d954a85d984563963b28a249b | [log] [tgz] |
---|---|---|
author | PGlazov <pglazov@mirantis.com> | Mon Oct 25 22:30:46 2021 +0400 |
committer | PGlazov <pglazov@mirantis.com> | Mon Oct 25 22:30:46 2021 +0400 |
tree | b2f9f1e492d5a58ae105a60ea488bb2cf2e472ca | |
parent | 3df06bbb26ea1728a1d3ffcc46fd01427cf972fe [diff] [blame] |
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"