Home
TeamCity Support | JetBrains
Submit a request
Community
Sign in
Kirill Maximov
Follow
New articles and posts
New articles, posts, and comments
Total activity
2303
Last activity
March 01, 2021 12:34
Member since
March 15, 2006 04:04
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
883
Activity overview
Articles (0)
Posts (24)
Comments (1396)
Kirill Maximov
commented,
March 01, 2021 12:34
Just in case, there is a hidden option to prevent clean checkout on agent completely, maybe this would be useful to someone: https://www.jetbrains.com/help/teamcity/perforce-workspace-handling-in-t...
Community
TeamCity General Topics
TeamCity directory cleanup (version control setting) – never to cleanup
0 votes
Kirill Maximov
commented,
August 24, 2020 09:57
Yes, this should work. Best,
Community
TeamCity Plugin Development
How to add CSRF token to form in TeamCity 2020.1
0 votes
Kirill Maximov
commented,
August 24, 2020 09:49
Hello Alex, The CSRF token can be obtained from the HTTP session with session.getAttribute(CSRFFilter.ATTRIBUTE) or using AJAX call `https://your-server/authenticationTest.html?csrf` Hope thi...
Community
TeamCity Plugin Development
How to add CSRF token to form in TeamCity 2020.1
0 votes
Kirill Maximov
commented,
March 09, 2020 11:30
If I'm not mistaken, the problem should be less critical after the fix of https://youtrack.jetbrains.com/issue/TW-60588. I.e. TeamCity agent should re-check for the docker presence periodically sin...
Community
TeamCity General Topics
Agent has Docker Build Runner but my build configuration says there are no compatible agents
0 votes
Kirill Maximov
commented,
March 03, 2020 17:30
Hmm. If your server is running inside a docker container (did not realize that), the p4 is not available to the server. To make it available, p4 should be installed inside the corresponding docker ...
Community
TeamCity General Topics
TeamCity on AWS and P4
1 vote
Kirill Maximov
commented,
March 03, 2020 14:02
Official comment
Guys, sorry for the problem. I've created an issue in our tracker - https://youtrack.jetbrains.com/issue/TW-64796 and attached a perforce.zip plugin with extra debug information which could probabl...
Community
TeamCity General Topics
TeamCity on AWS and P4
0 votes
Kirill Maximov
commented,
March 02, 2020 17:06
Thanks for the log. As a dumb idea - could you please restart the TeamCity server? I suppose there could be a cache which keeps invalid output of the `p4 info` command.
Community
TeamCity General Topics
TeamCity on AWS and P4
0 votes
Kirill Maximov
commented,
March 02, 2020 16:49
Hi, could you please run `p4 info` command and attach it here? TeamCity is looking for the line "Server date:" in the output, probably p4 output does not match. Regards,
Community
TeamCity General Topics
TeamCity on AWS and P4
0 votes
Kirill Maximov
commented,
January 27, 2020 16:41
Hello, The per-directory .svn directory was used in subversion 1.6, since subversion 1.7 only one .svn directory is created: http://subversion.apache.org/docs/release-notes/1.7.html#single-db ...
Community
TeamCity General Topics
Build Agent doesn't check out working copies of VCS_ROOT's subfolder
0 votes
Kirill Maximov
commented,
December 06, 2019 18:32
Official comment
Hello, I'm really sorry for the problem. Please vote/watch this issue: https://youtrack.jetbrains.com/issue/TW-60588 and probably this one as well: https://youtrack.jetbrains.com/issue/TW-61211 ...
Community
TeamCity General Topics
Docker integration plugin
0 votes