commit | 0599c402249cda3d5cc5ea676d7007bdc480ab2a | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Mon May 29 17:35:24 2017 +0200 |
committer | Jakub Josef <jakub.josef@gmail.com> | Mon May 29 17:35:24 2017 +0200 |
tree | 42ed7dd21c9d651ddb148cee3922486eb365daad | |
parent | 7f7bc8d973eabaceabedd3869c50f1b61c3e57db [diff] |
Fix exception definition Change-Id: Ibbeedcea8d40ef9ef98614852e0810c863448c65
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy index 110dd12..2db1608 100644 --- a/lab-pipeline.groovy +++ b/lab-pipeline.groovy
@@ -57,7 +57,7 @@ } catch (MissingPropertyException e) { try { STACK_INSTALL = INSTALL - } catch (MissingPropertyException e) { + } catch (MissingPropertyException e2) { common.errorMsg("Property STACK_INSTALL or INSTALL not found!") } }