Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
Guilherme Barbosa
Total activity
453
Last activity
December 09, 2024 19:17
Member since
October 15, 2021 12:05
Following
0 users
Followed by
0 users
Votes
9
Subscriptions
210
Activity overview
Articles (0)
Posts (0)
Comments (234)
Guilherme Barbosa
commented,
December 09, 2024 19:17
Hi Linus,Were you experiencing the slow artifact publishing previously, or were there any recent changes that might have resulted in this problem? Did you also check for possible network-related is...
Community
TeamCity General Topics
Very slow artifact publishing
0 votes
Guilherme Barbosa
commented,
December 06, 2024 14:49
Hi!The available algorithm options for the custom execution of parallelized tests are as follows: DURATION: TeamCity splits only by the execution time of test classes, generating batches with simi...
Community
TeamCity General Topics
Algorithms for parallel tests
0 votes
Guilherme Barbosa
commented,
November 19, 2024 14:10
Hi Olga,Have you considered doing it programmatically using the REST API?https://www.jetbrains.com/help/teamcity/rest/muteapi.htmlPerhaps you could have this logic in a bootstrap step that is share...
Community
TeamCity General Topics
Muting a test in a subproject
0 votes
Guilherme Barbosa
commented,
October 08, 2024 12:49
Hi,Could you please share with us:-A screenshot of the VCS root settings;-A full build log of a build where you see this issue, together with a screenshot of the "Change log" tab;-The teamcity-vcs....
Community
TeamCity General Topics
How does teamcity compute Perforce Latest revision to execute?
0 votes
Guilherme Barbosa
commented,
September 18, 2024 12:27
Hi! If you have the JDK_HOME set to the new java version, you can just use env.JDK_HOME. Otherwise, you can create other environment variables to refer to them as needed (e.g. env.JDK_18, env.JDK_1...
Community
TeamCity General Topics
Added java 11 to docker-agent - now want to select it in the JDK drop down
0 votes
Guilherme Barbosa
commented,
September 04, 2024 15:49
Hi,It should be possible to do it using VCS triggers with corresponding branch filter for these builds you want to start:https://www.jetbrains.com/help/teamcity/configuring-vcs-triggers.html#branch...
Community
TeamCity General Topics
Trigger Deploy on branch name start with specific keyword
0 votes
Guilherme Barbosa
commented,
August 13, 2024 13:37
Hi,According to the YouTrack issue below, it does not seem yet possible to use shared resources with parallel tests, since the build will be transformed into multiple builds, as explained here.http...
Community
TeamCity General Topics
Cannot find compatible Agent when using shared resource and enabling parallel tests
0 votes
Guilherme Barbosa
commented,
August 13, 2024 13:06
Hi,Are you already using the Build Cache feature? If not, the following might be helpful for your case:https://www.jetbrains.com/help/teamcity/build-cache.html#Publish+and+Use+Cache+Within+the+Same...
Community
TeamCity General Topics
When switching branches in a project, the build takes a lot of time than if we were building one branch at a time. Can this be fixed?
0 votes
Guilherme Barbosa
commented,
July 19, 2024 14:54
Hi Sergio,Have you considered using a bootstrap step to do the initial setup of the parameter right after the build is triggered? The following section of the documentation explains more about it a...
Community
TeamCity General Topics
Setting a parameter before a build feature is executed
0 votes
Guilherme Barbosa
commented,
July 16, 2024 15:11
Hi,I don't think it can be done out-of-the-box in a single Schedule trigger. A possible workaround could be to have the two schedule triggers (one from 2024-04-01 to 2024-04-04, and one for 2024-04...
Community
TeamCity General Topics
How to have triggers with start and end date?
0 votes