commit | 9e5c33e17559e3a4bae363e6d67b9862044a364d | [log] [tgz] |
---|---|---|
author | mcp-jenkins <mcp-jenkins@mirantis.com> | Thu Oct 04 15:02:23 2018 +0000 |
committer | Gerrit Code Review <mail@domain.com> | Thu Oct 04 15:02:23 2018 +0000 |
tree | 1f74a806988e8d50846b61bea2f29d3e412638ed | |
parent | 40625bcd30081b098a736dfa95cd84737e501756 [diff] | |
parent | 372d9b9acdd860173f5e5680681cbdc8148e326f [diff] |
Merge "Print output of highstate"
diff --git a/cloud-update.groovy b/cloud-update.groovy index 8802c1b..d58d1e0 100644 --- a/cloud-update.groovy +++ b/cloud-update.groovy
@@ -458,7 +458,8 @@ stage("Apply highstate on ${target} nodes") { try { common.retry(3){ - salt.enforceHighstate(pepperEnv, target) + out = salt.enforceHighstate(pepperEnv, target) + salt.printSaltCommandResult(out) } } catch (Exception e) { common.errorMsg(e)