Lior Tal
- Total activity 108
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 37
-
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... -
Created Creating email templates per configuration
Hello,From what i understand, TeamCity offers to customize the email notification template per event (Build success, build fail, etc) but these are all global for all the builds running.I'd like to... -
Created Use cases for Project and for Configuration
Hello,I am using TeamCity for building a .NET application that is composed of several tiers (layers).Currently i have created 1 build with 2 different configurations: CI build (very short, < 1 minu... -
Created Renaming a TeamCity server
Hey,I am using TeamCity 6.5.4 and i'd like to rename the server (hostname).I've seen other applications that cannot handle this, as the hostname is used internally by databses, configuration files,...