I need to call a jenkins job when someone opens a pull request on specific repository... I need to pass as parameters the main repository and the forked one...
So far, I am stucked on the crumble...
I am trying this one: https://confluence.atlassian.com/bitbucketserver056/using-bitbucket-server-943528531.html
I am open to any suggestion, it is possible that there is a better way to achieve this result.
Hi @michele hallak,
Are the Bitbucket Server webhooks not suitable for your purpose? The repository information should be in the payload as part of the `fromRef` and `toRef`.
There are also some Jenkins plugins in the Marketplace: https://marketplace.atlassian.com/search?product=bitbucket&query=jenkins
Hope this helps
Regards
Juan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.