Jan Hudec
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 3
-
Jan Hudec created a post, Detach a template discarding all the inherited settings
Most of the time I am detaching a template from a build configuration, I am doing it because I want to remove those steps from the build. Usually because that template was for some setup like getti... -
Jan Hudec created a post, Pass nuget settings to other runners than dotnet (e.g. docker build)
When building with dotnet, we can create nuget feed credentials build feature and it will be used for downloading packages during dotnet restore. But what if there is some other tool running dotnet... -
Jan Hudec created a post, Pass maven settings to other runners (e.g. docker build)
When building with maven, we can store the maven settings.xml in teamcity and it will get passed to maven build runners. But what if there is a script that wraps maven? Currently a docker build (a ...