Skip to content

[JENKINS-74913] Allow extension point in bitbucket source plugin to provide a implementation for web-hooks management #1061

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

nfalco79
Copy link
Member

@nfalco79 nfalco79 commented Jun 14, 2025

Add extension point interface to register hook processor provided by other plugins
Remove management of hook events that does ship any king of changes in the source code like reviewer changed or PR approved, they was used only to trigger builds if that kind of event was enabled in bitbucket manually.
Reindex on empty changes has been turn-off by default, this to avoid scan all repositories if not required.

WIP

@nfalco79 nfalco79 force-pushed the feature/JENKINS-74913 branch 2 times, most recently from 4981e8f to a90ddbd Compare June 22, 2025 13:30
@nfalco79 nfalco79 marked this pull request as ready for review June 22, 2025 13:30
@nfalco79 nfalco79 force-pushed the feature/JENKINS-74913 branch 3 times, most recently from 87759dc to b75fa8d Compare June 22, 2025 13:51
@nfalco79 nfalco79 force-pushed the feature/JENKINS-74913 branch 2 times, most recently from c4adf2d to 695fb85 Compare July 2, 2025 11:29
@nfalco79 nfalco79 force-pushed the feature/JENKINS-74913 branch 3 times, most recently from 5f2a524 to 24c1543 Compare July 6, 2025 21:22
…rovide a implementation for web-hooks management

Add extension point interface to register hook processor provided by other plugins
Remove manage of hook events that does ship any king of changes in the source code like reviewer changed or PR approved, they was used only to trigger builds if that kind of changes was enabled bitbucket side.
Reindex on empty changes has been turn-off by default, this to avoid scan all repositories if not required.
Remove support for version of Bitbucket Server declared in EOS by Atlassian (see https://confluence.atlassian.com/support/atlassian-end-of-support-policy-201851003.html)
@nfalco79 nfalco79 force-pushed the feature/JENKINS-74913 branch 2 times, most recently from a6c6cd8 to f16c41e Compare July 6, 2025 21:35
…rovide a implementation for web-hooks management

Add webhook extensible interface to provide custom implementation of wehbook from configuration to the APIs to register it on Bitbucket
@nfalco79 nfalco79 force-pushed the feature/JENKINS-74913 branch from f16c41e to 78adcd1 Compare July 6, 2025 21:55
…rovide a implementation for web-hooks management

make readResolve compatible with old format
@nfalco79 nfalco79 force-pushed the feature/JENKINS-74913 branch from f34291b to ef896c0 Compare July 7, 2025 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant