Home
TeamCity Support | JetBrains
Submit a request
Community
Sign in
Eric Borchardt
Follow
New articles and posts
New articles, posts, and comments
Total activity
554
Last activity
April 28, 2022 20:06
Member since
September 10, 2019 23:03
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
208
Activity overview
Articles (0)
Posts (0)
Comments (346)
Sort by votes
Recent activity
Votes
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
Edited
March 18, 2021 04:11
If you're using the jetbrains/teamcity-agent image, you can customize it by installing Python. CustomizationYou can customize the image via the usual Docker procedure: Run the image docker run -...
Community
TeamCity General Topics
How to build python packages with twine and wheel
1 vote
Created
March 05, 2021 21:42
It is possible to run individual build steps within a specified Docker container using the Docker Wrapper feature. The Docker Wrapper is supported with the following build runners: Command Line Ma...
Community
TeamCity General Topics
Using docker as build step
0 votes
1
2
3
4
5
6
›
»