Home
TeamCity Support | JetBrains
Submit a request
Community
Sign in
Pavel Sher
Follow
New articles and posts
New articles, posts, and comments
Total activity
2640
Last activity
May 28, 2020 08:57
Member since
March 06, 2008 23:06
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
76
Activity overview
Articles (0)
Posts (13)
Comments (2551)
Sort by recent activity
Recent activity
Votes
Created
April 07, 2008 08:24
Hello,You can use NotificatorPropertyKey class to retrieve notifier properties from the user:private String[] getGrowlInfo(SUser user) { String[] info = new String[2]; Propert...
Community
TeamCity General Topics
Custom Notificator Help
0 votes
Created
April 04, 2008 16:04
Is it possible to capture HTTP traffic between agent and server? I see two possible reasons: either HTTP request is improperly formed or there is some strange behaviour in Tomcat. We did not experi...
Community
TeamCity General Topics
How to increase server upload/request limit, or what's wrong?
0 votes
Created
April 04, 2008 13:43
Well, actually we do not have SQL statements in our system deleting rows from the SERVER table. This may indicate that database is in the inconsistent state. You can insert row with BUILD_ID only s...
Community
TeamCity General Topics
BuildId got decremented, now all new builds get a "build is outdated" warn
0 votes
Created
April 04, 2008 13:05
Take a look at server configuration page, you can specify maximum uploaded artifact size there.--Pavel Sher
Community
TeamCity General Topics
How to increase server upload/request limit, or what's wrong?
0 votes
Created
April 04, 2008 13:02
Build log is composed of build messages, these messages are sent by build runner to server immediately so there is no easy way to access build log on the agent. But I think you can do the following...
Community
TeamCity General Topics
How to get the buildId of a running build
0 votes
Created
April 04, 2008 11:17
You need to shutdown server and then execute the following command:java -jar /WEB-INF/lib/hsqldb.jar --inlineRc "url=jdbc:hsqldb:file:/system/buildserver,user=SA,password=" --sql "SELECT BUILD_ID F...
Community
TeamCity General Topics
BuildId got decremented, now all new builds get a "build is outdated" warn
0 votes
Created
April 03, 2008 21:36
Take a look at: http://www.jetbrains.net/confluence/display/TCD3/DevelopingTeamCityPluginsDocumentation is far from ideal, but you can also take a look at sample plugin project which is bundled wit...
Community
TeamCity General Topics
Access Build Changes in Builds?
0 votes
Created
April 03, 2008 18:06
You can write a plugin which will generate build changes in XML or some other format for a given build. You can make it accessible by HTTP and download changes details right from the build script.-...
Community
TeamCity General Topics
Access Build Changes in Builds?
0 votes
Created
April 03, 2008 18:04
You're right, there is a bug in our code, when a requirement is removed from build configuration we do not start process of compatible agents recalculation. If you modify requirements from the web ...
Community
TeamCity General Topics
programatically enabling/disabling a build configuration
0 votes
Created
April 03, 2008 16:23
The easiest way to stop triggering build configuration builds is to pause it: SBuildType.setPaused(true)As for requirements I do not understand how you've got such behaviour, probably you can submi...
Community
TeamCity General Topics
programatically enabling/disabling a build configuration
0 votes
«
‹
247
248
249
250
251
252
253
254
255
256
›
»