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
Hey guys, before I go too far with a PR are you okay if I publish the output of each task (on failure, to a dict) in the pipeline workflow?
e.g.
output: - errors: <% ctx().terraform_errors %> vars: - terraform_errors: init: null select_workspace: null create_workspace: null plan: null apply: null destroy: null ... snip ... next: - when: <% failed() %> publish: - terraform_errors: apply: <% task('apply') %> do: fail
Or is there something else you'd rather see?
The text was updated successfully, but these errors were encountered:
I think this makes sense.
Sorry, something went wrong.
With the recent changes, we should be able to publish stderr upon failure. That should expose a more relevant message.
stderr
I have created pr #34 to help start down this path. Is this something we can get reviewed? I can add in errors next.
No branches or pull requests
Hey guys, before I go too far with a PR are you okay if I publish the output of each task (on failure, to a dict) in the pipeline workflow?
e.g.
Or is there something else you'd rather see?
The text was updated successfully, but these errors were encountered: