Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
Dylan Munyard
Total activity
19
Last activity
August 14, 2020 10:11
Member since
August 07, 2018 03:43
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
9
Activity overview
Posts (3)
Comments (7)
Sort by votes
Recent activity
Votes
Created
August 14, 2020 10:11
That page says MS SQL server is supported, I doubt it matters what provider you run it on. Fyi we run ours on RDS MySQL.
Community
TeamCity General Topics
AWS RDS SQL Server support
1 vote
Created
May 22, 2020 15:48
You need to URL encode the +, so for example if your build number is 1.0.0+3 then try 1.0.0%2B3.
Community
TeamCity General Topics
REST API Build Locator: Build number with hyphen
1 vote
Created
June 15, 2020 10:43
Kulkarniyogeshs I see your point when I run a second build after selecting YES it remembers this value. Looks like this is by design, but I found this feature request about the exact thing: https:/...
Community
TeamCity General Topics
Configuration parameters - Prompt - Select kind - How to set default value?
0 votes
Created
June 14, 2020 08:32
I think we should return to your original issue "can't connect to unix:///var/run/docker.sock". This kind of sounds like something is wrong with Docker, especially because it worked after you set y...
Community
TeamCity General Topics
can't connect to unix:///var/run/docker.sock in kubernetes
0 votes
Created
May 23, 2020 10:10
Hey - from TeamCity UI you can click Agents tab, then select your agent, then there's an Agent Logs tab. I'd say in teamcity-agent.log there'd be something logged.
Community
TeamCity General Topics
docker.server.version doesnt exist for official agent image 2020.1
0 votes
Edited
May 23, 2020 05:04
You've no doubt solved the problem, but I had the same error because my pod spec wasn't valid YAML. You can lint it through kustomize first, but I found the source code on GitHub has unit tests wit...
Community
TeamCity General Topics
Kubernetes Cloud Plugin: Using Custom Pod Template
0 votes
Created
March 15, 2019 08:58
Success! used -Xmx12288 (12G) and it's generated. The spec is so large it appears to stream the spec in to memory and build up an in memory view of the classes then writes them out to file, and thi...
Community
TeamCity General Topics
Using swagger-codegen to create API from swagger.json
0 votes