Alexey Vashchenkov

- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
-
Edited TeamCity SonarCube maven submodules
I have three levels of modules in project /parent /integration /api I try to integrate teamcity and sonarcube using TeamCity plugin. I try to define modules like on the picture But I'... -
Created Is it possible to parse tests result of maven build which was started in docker container?
I try to run maven build inside docker container. I'm using Docker / Vagrant runner. The build is failed but Teamcity doesn't show what tests was failed. Does the way to parse docker run output an... -
Created Automatic merge. There are no compatible agents which can run this build
I try to use Automatic Merge after build. But build can't be started, because "There are no compatible agents which can run this build". If I remove this build feature the build can be started. -
Created Big pipeline
I want to create difficult pipeline. We have some (N) modules. Each module has own git-repository. I need to prepare staging package which conatains N modules. But the problem is that some modules... -
Created Build doesn't start
I have some trouble. I had working configuration. And in some moment it was broken. Teamcity server shows that build is started but there is nothing in build logs shows. When I try to find out what... -
Edited Wrong Automerge behaviour
I made a simple project to test release process. It have two build maven steps for maven-release-plugin: And one build feature But it seems that auto merge starts to work BEFORE maven tasks start... -
-
Created Configuration parameters from sources
Answeredis it possible to set configuration parameters from sources? I want to use it in depended build. -
Created ServerBuildListener can't find build feature.
AnsweredI wrote the plugin which set custom labels to jira issue after build successfully finished. Here my Feature class public class TeamcityToJiraBuildFeature extends BuildFeature implements TJPConstant... -
Created How can I get BuilUrl?
Hello.We use Selenide for UI testing. And when exception occures selenide create screenshot and put it into build folder. And it ptints in stacktrace the path to the creenshot. Moreover it could pr...