This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
from 7513c0586c better warning for errors in workflow step config (between
steps)
new b0605956a0 remove redundant log warning on process workflow steps with
non-zero exit code
new 93dd3dd73b remove log warn on explicit workflow fail step, simplifying
code
new 5cbd6cee09 allow let workflow step to accept interpolated expressions
with spaces
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../core/workflow/WorkflowErrorHandling.java | 47 ++++++++++++++++------
.../core/workflow/WorkflowExecutionContext.java | 21 ++--------
.../workflow/steps/external/SshWorkflowStep.java | 2 +-
.../steps/variables/SetVariableWorkflowStep.java | 33 ++++++++++-----
4 files changed, 61 insertions(+), 42 deletions(-)