Modify a parameter of a running (or finished) build in TeamCity via REST API
I am trying to modify a parameter (e.g. configuration parameter) of a running (or finished) build named ‘lock’ and want to insert the value: “true”.
How can I get the output of a TestOccurrence with the TeamCity REST API
I’m trying to get the output — as in stdout — of a test via the TeamCity REST API. This is visible in the TeamCity Web UI if you click on a test, it’s called the “stacktrace” (but actually includes all stdout from the test). I don’t see anything obvious in the TestOcurrence API docs, searching for either “log” or “stacktrace”…