This repository was archived by the owner on Jun 9, 2021. It is now read-only.
This repository was archived by the owner on Jun 9, 2021. It is now read-only.
REQUEST: Access to Build Status data #309
Open
Description
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.