Garf89
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
Edited TeamCity VCS trigger triggers redundant builds
The trigger does not work correctly, in tc, changes in module 1, initiates a trigger in module 2 (and others, it is not clear by what logic). Repository structure is flat- module_1- module_2- modul... -
Created Why TC run different number of unit tests?
Hi! In our android project, as a part of CI flow we run unit test JUnit4 with gradle runner. But always number of launched test is different, why?Actual number of test is not changed - 490 -
Created How to run same configuration multiple times?
CompletedI have build config that builds apk with different params e.g. endpoint, debug or release mode. Its ok when i run it manually, just pressed 3 times and gain 3 different apk with neede params. But i...