We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make context data available to error handlers that includes the reason for failure of the step.
context data:
Examples of "result.reason" values:
NonZeroResultCode
HostNotFound
ConnectionTimeout
The text was updated successfully, but these errors were encountered:
Merge branch 'feature/handler-context-248' into development
e27a5c2
for #248
job reference arguments do not include expanded reason context data.
e.g. job reference as error handler, args "-message ${result.reason}", the result.reason is not expanded when the error handler is executed.
Sorry, something went wrong.
Expand data refs in Job Ref arguments for #248
c7e8109
report failed nodes as result.failedNodes
7cb67ab
for node dispatch failure reason data issue #248
gschueler
No branches or pull requests
Make context data available to error handlers that includes the reason for failure of the step.
context data:
Examples of "result.reason" values:
NonZeroResultCode
(command execution)HostNotFound
(remote node can't be contacted)ConnectionTimeout
The text was updated successfully, but these errors were encountered: