commit | bc8975135f1ce756976e926ff68e7ea8da01e3f9 | [log] [tgz] |
---|---|---|
author | mcp-jenkins <mcp-jenkins@mirantis.com> | Wed May 20 14:49:21 2020 +0000 |
committer | Gerrit Code Review <mail@domain.com> | Wed May 20 14:49:21 2020 +0000 |
tree | 971636ab1d57391439b8878f1e1a59a925476d09 | |
parent | 68cba27c1ad61bdc9032e0c98242cd6902319ba2 [diff] | |
parent | 9f997b22b2789104d3959b89d1b1d21e54083294 [diff] |
Merge "Add correct salt minions update"
diff --git a/src/com/mirantis/mk/Workflow.groovy b/src/com/mirantis/mk/Workflow.groovy index aa38c0c..7706859 100644 --- a/src/com/mirantis/mk/Workflow.groovy +++ b/src/com/mirantis/mk/Workflow.groovy
@@ -325,6 +325,8 @@ currentBuild.result = 'FAILURE' } println "Failed jobs: ${failed_jobs}" + } else { + currentBuild.result = 'SUCCESS' } if (slackReportChannel) {