Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
Dmitry Treskunov
Total activity
196
Last activity
June 04, 2024 14:31
Member since
December 18, 2014 19:30
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
85
Activity overview
Articles (0)
Posts (0)
Comments (111)
Sort by recent activity
Recent activity
Votes
Created
January 07, 2020 17:53
>Deleting entries from the table while the service is running would have any side effects other than users having to re-login in the UI? No, it should not have any other side-effects. But it may ...
Community
TeamCity General Topics
TeamCity "Remember me" feature and remember_me table
0 votes
Created
January 07, 2020 13:57
Hi, the 'emember_me' table stores cookies related to the "Remember me" option on the login page. You can clean up the table and restart the TeamCity server, it should not have any impact other than...
Community
TeamCity General Topics
TeamCity "Remember me" feature and remember_me table
0 votes
Created
December 23, 2019 20:06
Hi, BuildServerListener is a part of server-side model, while you asked about agent-side model. Do you want to update the build number for the agent of from the server?
Community
TeamCity Plugin Development
Agent-side Object Model changing buildnumber
0 votes
Created
December 04, 2019 15:17
Hi, you can update the build number using a 'buildNumber' service message If you want to send this message from a plugin code you can do something like this: build.getBuildLogger().message(new Buil...
Community
TeamCity Plugin Development
Agent-side Object Model changing buildnumber
0 votes
Created
November 18, 2019 21:29
Hi, consider using TeamCity SDK Maven plugin (https://github.com/JetBrains/teamcity-sdk-maven-plugin) It supports reloading the plugin without restarting the TeamCity Server, which should save a lo...
Community
TeamCity Plugin Development
How to handle super slow server restarts in dev environment
0 votes
Created
November 11, 2019 13:14
Hi, this is a forum for questions related to TeamCity plugins development questions. Could you please post your question here https://teamcity-support.jetbrains.com/hc/en-us/community/topics/2003...
Community
TeamCity Plugin Development
Fitnesse Integration
0 votes
Created
November 06, 2019 13:05
Hi, this is a forum for questions related to TeamCity plugins development questions. Could you please post your question here https://teamcity-support.jetbrains.com/hc/en-us/community/topics/200366...
Community
TeamCity Plugin Development
Using dotnet.cli plugin test fail but pass when run from command line
0 votes
Created
November 01, 2019 15:24
Hi Matt, the issue (https://youtrack.jetbrains.com/issue/TW-61571) is fixed in the 2019.1.4 version. Please consider upgrading.
Community
TeamCity General Topics
Build hang after cancelation - can not stop
0 votes
Created
October 30, 2019 09:42
Hi, try using '2017.2' version instead of '2017.2.4'
Community
TeamCity Plugin Development
Missing Artifact Dependencies
0 votes
Created
October 19, 2019 06:59
You can get the list of agents using jetbrains.buildServer.serverSide.BuildAgentManager class, see the following article for the details https://plugins.jetbrains.com/docs/teamcity/server-side-obje...
Community
TeamCity Plugin Development
Teamcity Plugin Development - Need to retrieve list of all build agent
0 votes
«
First
‹
Previous
Next
›
Last
»