Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
Dmitry Neverov
Total activity
655
Last activity
June 27, 2018 15:31
Member since
June 07, 2010 12:15
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
198
Activity overview
Articles (0)
Posts (0)
Comments (457)
Sort by recent activity
Recent activity
Votes
Created
November 20, 2017 11:00
When pull request is updated the old commit referenced by refs/pull/../merge branch becomes unavailable and cannot be fetched. This leads to 2 kinds of errors: 1. error during changes collecting: T...
Community
TeamCity General Topics
VCS changes not detected when triggering build
0 votes
Created
October 26, 2017 16:37
There are 2 reasons for that: - build configuration can have several VCS roots and not all of them can have all branches. E.g. one git root tracks only master branch, another tracks all branches. W...
Community
TeamCity General Topics
Triggering a feature build in TeamCity
0 votes
Created
October 25, 2017 16:22
I think you can make all checks on the server. You can define a build feature and subscribe to the BuildServerListener.changesLoaded()[1] event to get notified when changes are collected for a buil...
Community
TeamCity Plugin Development
Know what beans can autowire from which extended class
0 votes
Created
October 25, 2017 06:41
Hi Chuck, unfortunately our documentation doesn't describe whether the class can be acquired as a dependency in a bean, sorry. You cannot get SBuildType as a dependency, but you can ask for Project...
Community
TeamCity Plugin Development
Know what beans can autowire from which extended class
0 votes
Created
October 24, 2017 12:43
Maybe you can use ssh keys for that. In Bitbucket it is possible to add an SSH key to the team. As far as I understand this key gives access to all repositories owned by the team. You can upload th...
Community
TeamCity General Topics
Connecting TeamCity to BitBucket Cloud
0 votes
Created
October 20, 2017 16:22
It is strange that git works when you run it manually, but doesn't work if the Agent under the same windows account runs it. Please provide the logs from the agent machine.
Community
TeamCity General Topics
Unable to do checkout on agent using Git
0 votes
Created
October 20, 2017 10:16
Hi Gary, this is by design. Your login to bitbucket is required in order to authenticate the TeamCity application so that it can read your repositories. Unfortunately Bitbucket doesn't provide non-...
Community
TeamCity General Topics
Connecting TeamCity to BitBucket Cloud
0 votes
Created
September 21, 2017 15:18
Hi Richard, it is a known issue: https://youtrack.jetbrains.com/issue/TW-45151. It happens because Github updates the revisions of the refs/pull/*/merge branches on some internal events. TeamCity d...
Community
TeamCity General Topics
GitHub VcsRootVcsException when PR is created
0 votes
Created
September 20, 2017 16:45
Could you please provide teamcity-vcs-states.logs and teamcity-vcs.logs from TeamCity server and the id of build configuration and VCS root where trigger doesn't work?
Community
TeamCity General Topics
Trigger a build on applying a tag
0 votes
Created
September 12, 2017 15:53
I think it happens because TeamCity doesn't run the 'git checkout' command and runs 'git reset --hard' instead. Could you please explain how you reference a repository from the main repository, may...
Community
TeamCity General Topics
Git post-checkout hooks
0 votes
«
First
‹
Previous
Next
›
Last
»