QA Platform
- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
Created Can a TC plugin add *two* build-type tabs?
My plugin adds a tab to build configurations. Now I am trying to add another tab, again a build-configuration one. Is that possible?My solution consists of a JSP file backed by a class that extends... -
Created Get a list of VCS modifications between two builds
I have two builds (instances of SFinishedBuild), both of the same build configuration. How do I get the list of VCS modifications (SVcsModification) between them?I need this for my culprit-finding ... -
Created Add another "Run" button
Is it possible to add a button close to the "Run" button of a build configuration?Here (build config overview):and also here (project overview):I'm looking at the list of PlaceIds and I can't see o... -
Created How to fool the "Build queue optimizer"
AnsweredI'm working on a culprit-finding plugin. If a build has failed, and it covered multiple changes, the intermediate changes are automatically queued for rebuild.However, some of the queued builds are... -
Created Is it possible to attach a file to a build I'm triggering?
I'm writing a plugin that triggers new builds (with the purpose of culprit-finding), using new BuildCustomizer().createPromotion().I need to pass some data to each triggered build. Currently I'm do... -
Created Check the default radio button in a build-feature form
I'm creating a build-feature plugin, and the form (JSP) with build-feature options has a group of three radio buttons. How can I check the default one?When the user opens the build-feature options ... -
Created How to get user input during a build chain
Is there a way to pause a build chain, waiting for user input?We need to create a flow which would go something like this: build & test [pause the flow] gather "sign-off" from selected users (e.g. ... -
Created Possible to trigger on changes outside the VCS root?
Is it possible to trigger a build config on VCS changes outside the VCS root?Context: One of our build configs invokes an external testing system. Thus, the build config* only needs very little cod... -
Created Build chain not working after build configuration is deleted
Hello, I experience the following problem with Team City.I have two projects PA and PB and three build configurations:Build configurations C1 and C2 are in project PA, Build configuration C3 is in ... -
Created detect software installed on agents
I need an agent requirement "Foo is installed." I know I can achieve this by creating an agent property in buildAgent.properties. However, this is manual and error-prone and doesn't scale.Is there ...