Robert Rosenfeld
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
Created Filter test history by branch in REST API
CompletedI would like to retrieve the most recent 50 test occurrences of a test by name and build type where those occurrences were on a specified branch. I don't see a way to accomplish, but am hoping some... -
Created testOccurrence.details not returned for all queries
CompletedHi All, I'm finding that for some requests the details field is not retured for test occurrences. Any idea why the second cannot return the details field? I'm trying to retrieve the results for al... -
Created How to retrieve Service Message data from REST API
CompletedHi All, Our build system augments test results using Service Messages (https://www.jetbrains.com/help/teamcity/build-script-interaction-with-teamcity.html) including a "testFailed" message type m... -
Edited swagger.json parse errors in bravado and pyswagger
CompletedI'm trying to use the swagger definitions to code a rest client in Python against a TeamCity server. I've tried both bravado: from bravado.client import SwaggerClient client = SwaggerCli...