Tamir
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 8
-
Created Git "TeamCity build failed" redirect to a different repository in teamcity
AnsweredI have repository named X, which have a build configuration in teamcity. Looking at a pull request in this repository, i get a message of this sort: repository_name_x - merge — TeamCity build faile... -
Created checkout directory question
AnsweredJust a quick question about the checkout directory process - will a unique directory be created for each build, or can two builds (that aren't running in parallel) use the same checkout dir? I'm ... -
Created new installed agents issue
AnsweredI upgraded my TeamCity to a new server. after upgrading, i installed two new agents. After the installation, everything worked fine. but every time i restart my server, the new agents are always ... -
Created sometimes having two tests apearing in github instead of one
AnsweredSo all my teamcity builds are connected to my git repositories, and when im creating a pull request, i get a "TeamCity build started" message at the bottom, which is good. My problem is, that somet... -
Created Issue with build triggering
AnsweredI have several builds defined in my project, and only one of them is causing some issues with triggering. What happens is that sometimes it just doesn't trigger and nothing happens. I just created ... -
Created question about "X tests failed (no new)" annotation
AnsweredHey, wanted to ask what does the "no new" refers to? no new failures compared to what? Is it compared to the master? or maybe the the last commit on the given branch? thanks! -
Created How to handle several tests that are connceted to the same repository
CompletedSo i managed to create several tests in teamcity, where each test is triggered by a different change in my git repository. All is working fine regarding that, if i create a commit that changes just... -
Created Issue with build triggering
AnsweredI have a weird issue, and was wondering if someone might help. When i create a pull request, the build which is connected to my git VCS root is trigger. just like it should. Everything is fine to...