Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
Eric Borchardt
Total activity
709
Last activity
February 03, 2025 21:09
Member since
September 10, 2019 23:03
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
270
Activity overview
Articles (0)
Posts (0)
Comments (439)
Sort by votes
Recent activity
Votes
Created
July 18, 2024 20:39
Please find the information on sending a custom Slack message with a TeamCity Service Message in the documentation here: https://www.jetbrains.com/help/teamcity/service-messages.html#Sending+Custom...
Community
TeamCity General Topics
Slack Notifier : how to send via Service Messages?
2 votes
Created
January 31, 2024 20:40
I would suggest having a look at the Jenkins to TeamCity Migration Guidelines available in the TeamCity documentation here: https://www.jetbrains.com/help/teamcity/jenkins-to-teamcity-migration-gui...
Community
TeamCity General Topics
Jenkins to Teamcity Migration
1 vote
Created
December 14, 2022 18:14
Hi, It is not possible to replace the provided Java 11 with Java 17, as the Build Agent still requires Java 11. However, you can certainly customize the Docker image to have both Java 11 and 17. Th...
Community
TeamCity General Topics
How to upgrade JDK in Docker compose TeamCity container?
1 vote
Created
June 28, 2022 15:20
You can use Dependency Parameters to reuse the parameters in the Dependent Build of a Build Chain. Your Windows Build can have a Snapshot Dependency on the Unix Build, creating a build chain like ...
Community
TeamCity General Topics
Teamcity mix unix and windows projects
1 vote
Created
February 21, 2022 23:14
The Free Disk Space build feature will respect the teamcity.agent.build.checkoutDir.expireHours and system.teamcity.build.checkoutDir.expireHoursbuild properties. teamcity.agent.build.checkoutDi...
Community
TeamCity General Topics
TeamCity: Question regarding "system.teamcity.build.checkoutDir.expireHours" and "Free disk space"
1 vote
Created
December 01, 2021 17:30
It is not currently possible to create a bi-weekly schedule trigger in TeamCity 2021, because the schedule trigger relies on cron expressions. Unfortunately, a bi-weekly cron expression is just not...
Community
TeamCity General Topics
Trigger a build every other week
1 vote
Created
September 10, 2021 15:24
The error indicates a permissions issue for the two volumes within the container. If you run "docker start -it -u 0 <teamcity-server container>" (this will start the container as root) you should b...
Community
TeamCity General Topics
Permission problem docker compose
1 vote
Created
August 17, 2021 21:52
Most likely the certificate is not trusted by the Java running the build agent. You can add trusted certificates to your build agents by placing them in <TeamCity Agent Home>/conf/trustedCertificat...
Community
TeamCity General Topics
TeamCity Agent error: Error while asking server for the communication protocols
1 vote
Edited
August 02, 2021 16:25
Here is an example of a GET request to retrieve the archived status of a project using Python import requestsurl = "<teamcity url>/app/rest/projects/<project>/archived"payload={}headers = { 'Auth...
Community
TeamCity General Topics
REST API: archive project / move build configuration to archived project.
1 vote
Created
July 30, 2021 20:42
Yes, you can use the following: PUT http://<TeamCity Server host>:<port>/app/rest/projects/<projectLocator>/archived The endpoint accepts text/plain and uses true or false to set the desired status...
Community
TeamCity General Topics
REST API: archive project / move build configuration to archived project.
1 vote
Next
›
Last
»