Paul Molodowitch

- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 11
-
Created 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... -
Created 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 ... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created How do I find if a specific build config has been run on a specific revision?
I - have a fairly simple question, for which I've been unable to find an easy answer, using the TeamCity UI: Has a build on this specific git revision been done for this specific build config? Is t... -
Created How to find current versioned-settings commit/hash for a project, via REST API?
Hi - I have a project that uses versioned settings, and I want to know how to query what commit/hash/state a given project is currently using from the versioned settings repo. Ideally, through the... -
Created Builds not triggered for new branches
Hi - I have a build configuration that is set up with a VCS trigger to match certain branches, but it never seems to trigger the build when branches meeting the criteria are first created, if if th... -
Edited Kotlin DSL - defining a constant that can be used inside init functions
I'm using Kotlin DSL, and I'd like to define a constant that I use in several places, including in anonymous functions passed in as the `init` paramter to various TeamCity classes. But if I have a...