Anyone know how I can create or delete a build configuration in TeamCity, only using Powershell? I am trying to automate our entire project setup process; have looked at the REST API but that appears to be mostly read-only.
A:
Have you looked at psake? It's a build automation tool and somebody integrated some TeamCity support (in teamcity.ps1).
stej
2010-08-16 20:54:01
I have looked at psake. Unfortunately, its integration with TeamCity is either read-only or updating existing build types. I am looking to create a new build type (configuration) somehow without using the TeamCity Web UI.
Rolstad
2010-08-17 14:29:04
A:
There is no ability to automate creation of build configuration. Watch/vote for corresponding feature request JetBrains tracker: http://youtrack.jetbrains.net/issue/TW-7999.
Doug Finke
2010-08-26 22:01:26