Home
TeamCity Support | JetBrains
Submit a request
Community
Sign in
Dmitry Treskunov
Follow
New articles and posts
New articles, posts, and comments
Total activity
164
Last activity
November 16, 2021 10:56
Member since
December 18, 2014 19:30
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
74
Activity overview
Articles (0)
Posts (0)
Comments (90)
Sort by recent activity
Recent activity
Votes
Created
July 24, 2019 19:59
Yes, the auto-update doesn't modify the conf/server.xml file where the port is stored.
Community
TeamCity General Topics
does custom server port carry over with the "auto update" feature?
0 votes
Created
July 10, 2019 15:27
Hi, for example it's used in the Invitations plugin https://github.com/JetBrains/teamcity-invitations-plugin/blob/master/teamcity-invitations-plugin-server/src/main/java/org/jetbrains/teamcity/invi...
Community
TeamCity Plugin Development
Enabling or disabling a Listener on different build configurations or projects.
0 votes
Created
July 09, 2019 17:41
There is no such support out of the box, but you can implement it yourself. For this, you need to store this setting using Project Features and then check the value of the setting in the listener.
Community
TeamCity Plugin Development
Enabling or disabling a Listener on different build configurations or projects.
0 votes
Created
July 09, 2019 17:31
Could you please explain what do you mean?
Community
TeamCity Plugin Development
Enabling or disabling a Listener on different build configurations or projects.
0 votes
Created
July 09, 2019 12:54
Are internal properties a good option for you? (https://www.jetbrains.com/help/teamcity/2019.1/configuring-teamcity-server-startup-properties.html) You can obtain any internal property using the je...
Community
TeamCity Plugin Development
Enabling or disabling a Listener on different build configurations or projects.
0 votes
Created
July 09, 2019 12:39
You can the following command to generate a sample plugin mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate -DarchetypeRepository=https://download.jetbrains.com/teamcity-repositor...
Community
TeamCity Plugin Development
setting up a maven web-ui and server side plugin
0 votes
Created
July 05, 2019 16:46
You can read about super user here https://www.jetbrains.com/help/teamcity/2019.1/super-user.html
Community
TeamCity Plugin Development
History Build Killer Issue with build configs of regular type
0 votes
Created
July 05, 2019 13:40
Hi, SRunningBuild::stop methods re-adds stopped build to the queue in case when the first parameter (user) is null (it works so to handle the cases when build is crashed, but not cancelled by a use...
Community
TeamCity Plugin Development
History Build Killer Issue with build configs of regular type
0 votes
Created
July 02, 2019 18:54
Max, Given that you have a `BuildPromotion` instance you can call `getAssociatedBuild` method on it. Then you need to check whether this build is not null and is running using `instanceOf SRunningB...
Community
TeamCity Plugin Development
Killing a running build via a teamcity plugin
0 votes
Created
July 02, 2019 18:33
You can stop a build using the jetbrains.buildServer.serverSide.SRunningBuild:stop method
Community
TeamCity Plugin Development
Killing a running build via a teamcity plugin
0 votes
«
‹
1
2
3
4
5
6
7
8
9
›
»