| Currently, related triggered builds are displayed on the build page of a triggered build:  However, I have some processing that could benefit from being able to read this information. Can we expose this in the output of the build REST API? Currently, this is all we g
et:
{
"_class" : "hudson.model.FreeStyleBuild",
"actions" : [
{
"_class" : "hudson.model.CauseAction",
"causes" : [
{
"_class" : "com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.GerritCause",
"shortDescription" : "Triggered by Gerrit: https://aa.bb.cc/c/repository-name/+/513530"
}
]
},
{
|