You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. )
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
The text was updated successfully, but these errors were encountered:
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. )
Problem is that
response-message
always returns value ( success,failed )Of course I can use
include-command-output-in-response
andinclude-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
The text was updated successfully, but these errors were encountered: