Lior Tal
- Total activity 108
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 37
-
Created Build is triggered even without changes matching the trigger rules
Our workflow is based on using many branches. We have set up a build that uses trigger rules, to only start in case there were changes in a particular folder (See screenshot): The build is fired ev... -
Created Why does a full (slow) git checkout is performed
We have 3 build agents, and a full checkout takes so much time for our project. I keep seeing this msg in the build log for many different build configurations: [Update checkout directory (D:\Build... -
Created checkout folder not cleaned before build
I have a single VCS root and a checkout folder that is shared between a number of different build configurations. The VCS root is marked to always cleanup the checkout folder, with a clean policy o... -
Created Schedule trigger is triggered even when there are no changes
I have a build configuration that is triggered on a schedule (nightly). It is marked to only execute when there are pending changes. The VCS root that is attached to this build configuration is set... -
Created Artifacts contain files from previous builds (checkout dir not cleaned)
I have a build configuration whose VCS settings are set to clean "all non-ignored untracked files". In addition, i store the build's output artifacts under the checkout dir: From the log it can b... -
Edited How to run command line steps on both OSX and Windows
We have a mix of different build agents, both OSX and Windows. Some of our builds require execution of command line steps. Is it possible to have a single build configuration with command line buil... -
Created When does the build process update the checkout
I have configured a single build configuration that uses Git (github) as its VCS root. Our repository is pretty large (a few GB in size) so i'd like to avoid full checkouts as much as it's possible... -
Edited Save and restore data on agent before & after builds
We just started using TeamCity after a while of not using it. Our project is built using the Unity (game engine). During the build process, a certain "data" folder is created which is a very slow ... -
Created Managing Trunk/Release branches in TC
Hello,We are managing our projects in SVN, using the trunk as the main line of development, branching it into release branches upon every release.In TeamCity, we have 2 "identical" projects - Trunk... -
Created Setting up the same build to trigger with different parameters
Hello,I have a build that uses the MSBuild runnner to perform its work.I am also using System properties to pass properties from TC to the MSBuild script.Following new requirements, i'd like to be ...