commit | 48982af4c7e6e9127023b0def74c9aecbdd1d3f3 | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Mon May 29 15:36:00 2017 +0000 |
committer | Gerrit Code Review <gerrit2@5776b83a74fe> | Mon May 29 15:36:02 2017 +0000 |
tree | f0d03095faf8c7d1cad663567302ca6008ef279c | |
parent | 6ff3441f9ca010396831301d71eac890bc7bb0c8 [diff] | |
parent | 0599c402249cda3d5cc5ea676d7007bdc480ab2a [diff] |
Merge "Fix exception definition"
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy index 89f31b0..ff72b5d 100644 --- a/lab-pipeline.groovy +++ b/lab-pipeline.groovy
@@ -59,7 +59,7 @@ } catch (MissingPropertyException e) { try { STACK_INSTALL = INSTALL - } catch (MissingPropertyException e) { + } catch (MissingPropertyException e2) { common.errorMsg("Property STACK_INSTALL or INSTALL not found!") } }