Skip to content
New issue

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

Feature request: response-message-failed #349

Open
lukasmrtvy opened this issue Oct 18, 2019 · 0 comments
Open

Feature request: response-message-failed #349

lukasmrtvy opened this issue Oct 18, 2019 · 0 comments

Comments

@lukasmrtvy
Copy link

lukasmrtvy commented Oct 18, 2019

I would like to see hook parameters like this: ( custom value, instead of plain: Error occurred while executing the hook's command. Please check your logs for more details. )

response-message-success: "OK"
response-message-failed: "KO"

Problem is that response-message always returns value ( success,failed )

Of course I can use include-command-output-in-response and include-command-output-in-response-on-error, but I would like to return KO or OK and have actual logs from command output hidden from hook clients.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants