Lior Tal
- Total activity 108
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 37
-
Created Get a list of changes in current build
HelloI'd like to get a list of changes (at the VCS level) per build.Currently TeamCity only offers the %system.teamcity.build.changedFiles.file% parameter that gives a file containing changed files... -
Created Filtering out files from artifacts
Hello,I have several build configurations that build specific components of our software.The compiled outputs are stored as build configuration artifacts.My problem is that these artifacts contain ... -
Created Improving TeamCity server performance
Hello,I am using TeamCity for our small team (around 5 developers) on a VMware virtual machine (hosted on a vSphere environment).The OS i'm using is Windows Server 2008 R2, the server has 2 GB RAM,... -
Created Parameter with the currently used branch name in TeamCity 7.1
I have a build configuration that tracks multiple Git branches (basically all of them, using * )I am looking for a configuration parameter that will hold the branch name for the build.The motive fo... -
Created Properly versioning my built software
Hello all,I am currently running a few configurations, one which simply Builds (compiles) the application on every checkin (and stores the output as artifacts)The other configuration builds an MSI ... -
Created Unit Tests are being run twice (After upgrade to TeamCity 7.0)
I have upgraded to TeamCity 7, since then it appears that occasionally some unit tests are being run twice.My build agent is configured to use the default checkout folder (on the agent).This is wha... -
Created Maintaining build counter when splitting a configuration into multiple configurations
Hello,I am currently running 2 build configurations to build our product -- "Small" and "Big".The small one just compiles our code to see everything's OK.The big build takes care of running tests, ... -
Created Different checkout folder on agents
Hello,I have a build and 2 agents (using TeamCity 6.5.6)One of the agents does not have a D:\ drive and the other has.I would like to be able to set the VCS roots on each agent to be able to work i... -
Created Error while applying patch using git
I am using TeamCity 6.5.6Recently started using agent side checkouts instead of server side checkout.I am getting this message often now:hecking for changes[14:19:44]: Clearing temporary directory:... -
Created Command line step (PsExec) hangs
Hello,I am running a command line step in my build that runs PsExec.The command is:D:\SysInternalsSuite\PsExec.exe \\10.161.207.122 -u tlvlabrecs\automationadmin -p password -cf D:\Copy.bat \\10.16...