crunchie84 / teamcity-dashboard

Teamcity REST interface merged to simple JSON feed with visuals to display builds & breakers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"startDate" attribute is not longer included in the "build" node

onuralp opened this issue · comments

It is not possible to get buildDate from build node element. So application doesn't work with teamcity 8.1

http://confluence.jetbrains.com/display/TCD8/Upgrade+Notes

In the lists of builds, "startDate" attribute is not longer included in the "build" node. It has become an element instead of attribute to match the full build data representation. If your REST API usage is affected, check a way to get that element in a request for the list of builds.