pull-request-notifier-for-bitbucket icon indicating copy to clipboard operation
pull-request-notifier-for-bitbucket copied to clipboard

REQUEST: Access to Build Status data

Open dcsobral opened this issue 6 years ago • 1 comments

I'd like to be able to retrieve data from the build status associated with the commit of source, target or merge. For myself, "merge" is the only thing I'd ever use, but I can see use cases for source or target.

Each build status has a few fields associated with it, and I'd like to retrieve the URL associated with a particular key, so that I can interact with "input" steps on Jenkins pipeline through comments on the pull request. I can only think of a JSON formatted output, a json array of json objects representing the status, in which case I'd ask that the keys be sorted, so that they can parsed by regex.

dcsobral avatar Nov 27 '18 17:11 dcsobral

Pull Requests are very welcome =)

tomasbjerre avatar Nov 27 '18 17:11 tomasbjerre