Wolfgang Kleinschmit
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created Skipping build steps gracefully
Hello! Is there a way (via Build Script Interaction) to end a build in a build step that is not the last but still have the build recorded as successful? (Maybe by using teamcity-info.xml ? ) Thank... -
Created Problem with JSchClient
After changing the URL in a git vcs-root TeamCity cant fetch from a remote via ssh anymore: ---8<---Snippet from c:\BuildAgent\logs\teamcity-vcs.log -[2018-01-05 10:54:05,518] INFO - jetbrains.buil... -
Created Assigning an investigator via REST API
AnsweredHi folks, how can I assign an investigator to a specific build configuration *using the REST API* ? -
Edited TeamCity MSBuild runner
AnsweredHello All, How do I specify a target that contains space-characters? Specifically, I have a solution file that contains multiple projects in solution folders. Such a project normally corresponds to... -
Created Packing artifacts, using more than one file pattern
Hello all,the new packing feature for artifacts in TC 5.1 is great.However, what can do to pack, say, all *.lib and *.dll files into one archiveand the rest into another?Something like:*.dll|*.lib ...