commit | 8a3c13bdd303830133f67e26835cbe9a701b3457 | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Tue Dec 06 09:27:44 2022 -0500 |
committer | Joey Armstrong <joey@opennetworking.org> | Tue Dec 06 09:27:58 2022 -0500 |
tree | de80c110188ad9b62d8ef033f20fd48df79550a9 | |
parent | c4b5fd2c816d96c07b1252227f14bbe83d36f195 [diff] [blame] |
Inhibit re-throwing exceptions for now, shell pipelines have potential for too many errors Change-Id: I59f9feff874f86c2524d587ba316c622ca54a28e
diff --git a/vars/volthaInfraDeploy.groovy b/vars/volthaInfraDeploy.groovy index bf1c0cb..5fcd4f9 100644 --- a/vars/volthaInfraDeploy.groovy +++ b/vars/volthaInfraDeploy.groovy
@@ -151,7 +151,8 @@ catch (Exception err) { println("** ${iam}: EXCEPTION ${err}") - throw err + // Cannot re-throw ATM: too many potential shell errors. + // throw err } finally {