commit | a11a0c3059cc0a977fa83dad556b446e708562db | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Mon Feb 27 19:54:53 2017 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Mon Feb 27 19:54:53 2017 +0100 |
tree | aa05e943d6c084638f4e2dfb3e698647e8850c3f | |
parent | 2a9d78ddeb79f898233aac24f735096aeb18f995 [diff] |
Fix typo Change-Id: Iff31e8e24efc46039b9d28377b0d6e1807f0b96a
diff --git a/cicd-lab-pipeline.groovy b/cicd-lab-pipeline.groovy index 5433945..060f900 100644 --- a/cicd-lab-pipeline.groovy +++ b/cicd-lab-pipeline.groovy
@@ -134,7 +134,8 @@ for (entry in out['return']) { for (node in entry) { if (node.value =~ /Some services are not running/) { - throw new Exception("$node.key: $node.value) + throw new Exception("$node.key: $node.value") + } else { print out }