You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Using Bitbucket 8.2.0 server as a docker container on Linux (self-hosted), I'm having issues with post-receive hooks not running. The script is in the hooks/post-receive.d/ directory, and can be executed from the command line but is not run after a push, and there is no error message on the command line or in any log file. Even a simple hook message as suggested in the documentation https://confluence.atlassian.com/bitbucketserverkb/how-to-create-a-simple-hook-in-bitbucket-server-779171711.html is not run.
Are customer hook scripts still supported in 8.x? The 7.21 release notes stated that customer hook scripts would be deprecated in preparation for Bitbucket 8.0 ( https://confluence.atlassian.com/bitbucketserver/bitbucket-data-center-and-server-7-21-release-notes-1115129015.html )