Home
TeamCity Support | JetBrains
Submit a request
Community
Sign in
Eric Borchardt
Follow
New articles and posts
New articles, posts, and comments
Total activity
610
Last activity
February 01, 2023 16:45
Member since
September 10, 2019 23:03
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
230
Activity overview
Articles (0)
Posts (0)
Comments (380)
Sort by votes
Recent activity
Votes
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
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
Created
June 07, 2021 17:22
In order to move files between your build agents, there must be some sort of network path between the two or some intermediate location that is accessible by both agents. Would it be possible to ha...
Community
TeamCity General Topics
Copy test files to agent
1 vote
Created
April 14, 2021 20:09
I forgot to mention, the ldap-mapping.xml file will be in <teamcity data directory>/config. You should find an example file there called ldap-mapping.xml.dist, which can be used to help get you sta...
Community
TeamCity General Topics
Switching from "Windows Domain" authentication to "LDAP"
1 vote
Created
April 14, 2021 19:59
Perfect, thanks for sharing the screenshot! You can leave that authentication module enabled while you're setting up the LDAP properties. I'm assuming your sticking with Active Directory, just swit...
Community
TeamCity General Topics
Switching from "Windows Domain" authentication to "LDAP"
1 vote
Created
March 18, 2021 18:14
Will I have to do this every time I update to the latest team city docker version? Well, you would need to do it anytime you wish to update the base image or make any changes to the environment. ...
Community
TeamCity General Topics
How to build python packages with twine and wheel
1 vote
1
2
3
4
5
6
›
»