Alexey Vashchenkov

- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
-
Created Teamcity log is growing
My log file grows and contains only one line repeted.================Can't register agent 'Windows_Agent' using xml-rpc protocol: Unable to ping agent 'Windows_Agent'. Details: Agent cannot be acce... -
Created Extention with different configuration for different BuildConfiguration
Hello.I need to create something like buildRunner listener. But it should be configured differently for different BuildConfiguration.I have saw that Yandex Allure is registered as buildConfiguratio... -
Created How can I access to commits list in BuildServiceAdapter
I'm creating custom plugin for Teamcity. And I need to get list of commits from last succsefull build. How can I get it?You documentation is very poor. -
Created Can't get vcsroot.branch in build.
Hello.I try to set git branch to buildnumber.properties from build. But it doesn't set.We use maven-ant plugin vcsroot.branch refs/heads/release We use TeamCity Professional 9.0.4 (b... -
Created Where is "roles" in User Management?
Hello I have admin rights in our TC.But we havn't "Roles" section in User Management section. -
Created Wrong vcs revision in properties file after commiting by teamcity
I have pom: <plugin> <artifactId>maven-antrun-plugin</artifactId> <version>1.6</version> <executions> <execution> ... -
Created If this possible to taking effect changed teamcity properties from BuildRunner?
I have define configuration parameter version.internal in TeamCity.And change this parameter through a maven( I've wrote the plugin).And I set labeling pattern like build-%version.internal% to make... -
Created Can't build project
Hello.I try to build project with the TC 6.5 EAP (build 17521) with maven. But I have an exception. [10:22:15]: [com.iqmen:server] [INFO] Compiling 1650 source files to /work/buildagent/work/iqbuzz... -
Created Release workflow
Hello. In our project we use SVN + Maven + Teamcity 6.0 EAP (build 15311).I need to organize next workflow of release: make testing release patch testing release if its needed make production relea...