views:

73

answers:

2

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
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
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