Sean
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Sean created a post, Looking for the best way to handle a teamcity build timeout
I'm looking for a way to collect failure history in sentry. This is important for knowing why a build config which runs tests fail: A) Test execution failure? B) Build timeout when tests are still ... -
Sean commented, -
Sean created a post, REST API: How to find which VCS root a change is mapped to
Hello, I'm using the getChange method by using a build id and build number in the build locator of the request like so: /app/rest/changes?locator=build:(id:my_build,number:1) The request returns a ... -
-
Sean created a post, REST API: How to queue a history build with snapshot dependencies
I have a build chain that I want to queue with a certain revision number such that all configs in the chain use that revision number (history build). I am using the addBuildToQueue method but am on...