-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
I am trying to use this with the following setup:
- teamOwner/repository-foobar
- user/repository-foobar (fork of teamOwner/repository-foobar)
- PR is created from a branch on user against teamOwner/repository-foobar
This does work with the "cron bitbucket jenkins plugin". However with bbprb, it only works if I set the repository url within jenkins to the following:
git@bitbucket.org:${bbprbSourceRepository}.git
however, internally the plugin will still try to use dest* for the build-status, which will not work because the dest does not have the commit-hash of the src.
E.g. builds work, but build-status api does not work.
ip1981