post-receive hook never runs.

Chris Yeh January 17, 2016

I am using bitbucket-server 4.0.1 and version 3.0-1 of the external-hooks plugin, and I cannot get the post-receive hook to run. I have a pre-receive hook that works fine, but there is nothing in the logs that shows the post-recieve hook executing properly – it's like it's not there. The script tested locally works fine but it's like it's not even being run.

Suggestions? Is it my Bitbucket server? Is there logging I can enable to trace this?

1 answer

0 votes
Stanislav Seletskiy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 20, 2016

Pre- and post-receive hooks here are not differs much, but keep in mind, that any output produced by post-receive hook will be silently ignored. If you want to keep output of post-receive hook, redirect it to the file on server (see examples below).

https://github.com/ngsru/atlassian-external-hooks/wiki/Configuration

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events