We are currently using the below AddOn's for a specific purpose:
Purpose:
When a commit is made, a webhook call is kicked off to Jenkins pipeline to run a build. Once the build is successful, the call is made back to Bitbucket to add a relevant tag to the commit. As soon as the tag is added, another webhook call is kicked off to Jenkins pipeline to run a build (which IS NOT required). The above AddOn's prevent this by filtering the commits with the tags and preventing another Jenkins build.
Problem:
After upgrading from Bitbucket Data center version 5.12.1 to 6.10.0, the above Addon's became in compatible as they no longer support datacenter. How do we solve this issue as there are no other AddOn's that solves the purpose in Datacenter?
Thank you very much in advance !