You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gives all the builds with branches but it's everything build, no grouped/reduced to unique branches. it does return <builds count="0"/> for non-branched builds.
The text was updated successfully, but these errors were encountered:
When it trawls the projects, it doesn't consider branch builds :(
closest I've got so far is
http://localhost:8111/guestAuth/app/rest/builds/buildType:id:radiate,branch:name:issue20
http://localhost:8111/guestAuth/app/rest/builds/?locator=buildType:id:radiate,branch:branched:true
Gives all the builds with branches but it's everything build, no grouped/reduced to unique branches. it does return
<builds count="0"/>
for non-branched builds.The text was updated successfully, but these errors were encountered: