commit | 67014c8bdf6a37b42002b3901bea32ce9024720f | [log] [tgz] |
---|---|---|
author | Filip Pytloun <fpytloun@mirantis.com> | Fri Mar 24 13:19:17 2017 +0000 |
committer | Gerrit Code Review <gerrit2@8d47cb36f245> | Fri Mar 24 13:19:18 2017 +0000 |
tree | 3173078487596fa78f88634fcf06db5aa8bcd92a | |
parent | 5504c5caf4037afedb02cbb78cafdf383b172f52 [diff] | |
parent | 99884f549bf6275ac3b6a2d4b123bb0f0d242e2e [diff] |
Merge "Remove unnecessary ask on error passing"
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy index f9c0a63..0008f81 100644 --- a/lab-pipeline.groovy +++ b/lab-pipeline.groovy
@@ -46,7 +46,6 @@ timestamps { node { try { - withEnv(["ASK_ON_ERROR=${ASK_ON_ERROR}"]){ // // Prepare machines // @@ -537,7 +536,6 @@ common.warningMsg('State apply failed but we should continue to run') } } - } } catch (Throwable e) { currentBuild.result = 'FAILURE' throw e