Paul Molodowitch

- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 11
-
Paul Molodowitch created a post, Check Commit Status Publisher results, as non-privileged UI user?
Hi - I have a job that uses commit status publishing to push results to gitlab. However, for one of my recent jobs, the TeamCity pipeline finished, but no corresponding gitlab pipeline was created... -
-
-
-
Paul Molodowitch created a post, Multiple VCS roots: how to trigger against Merge/Pull Requests on EITHER root?
Hi - we have a TC project that uses multiple roots - let's call them A and B. We then want to trigger a validation build if a Merge Request is made against either root. (We use Gitlab, which uses ... -
Paul Molodowitch created a post, Disable hanging build cancellation / execution timeout for a specific already-running job?
Hi - we have a specific Build Configuration that runs a test program that will occasionally hang. It happens infrequently enough that it's very difficult to replicate locally, but frequently enough... -
Paul Molodowitch created a post, Vary build behavior depending on dependent build success / failure (ie, query dependent job)
Hi - I have JobA which has a snapshot dependency on JobB. The dependency is set such that JobA will run regardless of whether JobB fails or succeeds. However, I would like JobA to perform differen... -
-
Paul Molodowitch created a post, Re-try failed build that is part of a build chain
Is there a built-in way in TeamCity to retry a specific build in a build chain, up to a maximum number of times, and as long as it succeeds at least once, consider it a success for any downstream b... -
Paul Molodowitch created a post, VCS Trigger - ensure NOT triggered if certain files changed
I have a situation where, if files in a certain directory change, then I want to run job A; and if no files in that directory change, then I want to run job B. I always want to run exactly one of e...