Lior Tal
- Total activity 108
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 37
-
Created Composite build that runs the same build configuration multiple times
CompletedI have a build configuration "Create package", that generates a particular build artifact per device type (iOS / Android / etc). The device type is defined as a build configuration parameter, so al... -
Created Is it possible to include parameters in reverse dependency parameter
AnsweredOur build system includes builds for different mobile platforms (4 different configurations), and another build configuration (composite) that triggers these other 4 configurations. When we'd like ... -
Created Build agent upgrade never completes
I have an annoying problem which i am urgently trying to solve. All of a sudden, with no changes done from my side, one of our build agents started failing building a particular configuration. For ... -
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...