pull-request-notifier-for-bitbucket
pull-request-notifier-for-bitbucket copied to clipboard
REQUEST: Access to Build Status data
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.
Pull Requests are very welcome =)