Reputation: 56
It's quite strange to see, but when I commit to master - my bitbucket Jenkins hook works like a charm. But if I perform
git checkout _testing
git merge master
git push
it seems that hook is not going to trigger at all. Is there a way to fix that?
Thanks
Upvotes: 3
Views: 504
Reputation: 1061
This is a piece of functionality not currently available on bitbucket, which sucks for doing Continuous Integration :(
See: https://bitbucket.org/site/master/issue/7775/post-service-does-not-provide-useful
61 people asked for it to be fixed, but bitbucket does not seem to care much.
Upvotes: 1