commit | a6904f10987fdd9543ee236c1df11f9f9f6ed33e | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Mon May 22 16:37:27 2017 +0200 |
committer | Jakub Josef <jakub.josef@gmail.com> | Mon May 22 16:37:27 2017 +0200 |
tree | a07a1c74d4d376691698669d6d5d6ec9d0e2f58a | |
parent | 90b15a0f31c9b46d3ef1afaae75fa90f855d35f1 [diff] |
Added exception rethrown to lab-pipeline Change-Id: I6c18906c7bbfb9fde50f5685a2a1fab6d82ed060
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy index da04f62..fb8559c 100644 --- a/lab-pipeline.groovy +++ b/lab-pipeline.groovy
@@ -274,6 +274,7 @@ salt.runSaltProcessStep(saltMaster, '*', 'state.apply', [], null, true) } catch (Exception e) { common.warningMsg('State apply failed but we should continue to run') + throw e } } }