stack72 / TeamCitySharp

No Longer Maintained - please use https://github.com/mavezeau/TeamCitySharp
Other
200 stars 165 forks source link

Pause a build configuration #58

Closed ericdc1 closed 10 years ago

ericdc1 commented 10 years ago

It doesn't seem to be possible to pause a build configuration as documented here:

http://confluence.jetbrains.com/display/TW/REST+API+Plugin

Get/set paused build configuration state: GET/PUT http://teamcity:8111/httpAuth/app/rest/buildTypes//paused (put "true" or "false" text as text/plain)

I would be glad to add this and submit a PR if it isn't already on someones radar.

stack72 commented 10 years ago

Hi Eric

I would love to see this PR submitted

Thanks

Paul On 19 December 2013 at 03:43:56, Eric Coffman (notifications@github.com) wrote:

It doesn't seem to be possible to pause a build configuration as documented here:

http://confluence.jetbrains.com/display/TW/REST+API+Plugin

Get/set paused build configuration state: GET/PUT http://teamcity:8111/httpAuth/app/rest/buildTypes//paused (put "true" or "false" text as text/plain)

I would be glad to add this and submit a PR if it isn't already on someones radar.

— Reply to this email directly or view it on GitHub.

ericdc1 commented 10 years ago

Done