Roger Barnett
- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
-
Created Server performance when using versioned settings
AnsweredHi Is there any recommendation on whether the repository used to hold the versioned settings data should be co-located with the TC server or if it is better hosted on a separate machine ? -
Created Sources for ClearCase plugin
HiSorry if I'm missing the obvious, but is there a simple way to get a copy of the ClearCase plugin sources (listed under the OpenSource plugins) ?I was looking for a single archive file that I cou... -
Created Cannot generate ordered parameter select lists
HiThis is really a vote to treat as a bug the issue raised here: https://devnet.jetbrains.com/message/5473200#5473200 Briefly, if you define a parameter as a select list with more than 3 or 4 opti... -
Created clean operation follows soft links
HiI noticed that if an artifact folder contains a soft link to an external directory then a clean-before-build operation will delete the external directory rather than just the link to it.I'm not s... -
Created Artifact properties are not preserved
Is there any way to stop file properties being thrown away when they're copied around by being included in artifact paths ?The specific case I'm struggling with is the removal of the executable bit... -
Created Empty folders excluded when copying artifacts
AnsweredI've just hit the problem that TeamCity excludes empty folders when copying artifacts.I thought I'd be able to work round this by compressing the overall directory tree using the "dirname/** => zna... -
Created Multiple VCS roots with differing checking intervals
HiI have a build with two VCS roots attached that have different checking intervals set, and I'm finding that the longer of the two intervals seems to apply when queuing the build, whichever underl... -
Created How to run variant builds without TC optimising them into one build on the queue
HiI'm trying to run a group of builds which all use the same source but generate different variants depending on the values of TC parameters that I pass to the build runner. What I'd like to be abl...