Is there a method to add a link, or manipulate the link that shows up as the build link in a PR?
Currently, our system uses Jenkins integration to generates this build and link. We'd like to add a second link to a separate build repository.
All build statuses are ultimately created buy calling this API https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Bworkspace%7D/%7Brepo_slug%7D/commit/%7Bcommit%7D/statuses/build
Depending on what integration you're using, they'll ask for some type of credentials to be able to fetch your code as well as post build statuses to this API.
Bitbucket pipelines/Jenkins/Bamboo would all use this API.
You may have as many build statuses per commit.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.