Enhance exception handling of ActionCommands
Compare changes
@@ -4,9 +4,12 @@ import com.fasterxml.jackson.annotation.JsonInclude
@@ -4,9 +4,12 @@ import com.fasterxml.jackson.annotation.JsonInclude
@@ -16,15 +19,22 @@ class Action {
@@ -16,15 +19,22 @@ class Action {
throw ActionCommandFailedException("Error while executing action, finished with exit code $exitCode")