JetBrains/teamcity-rest-client

A question about using this library for mass refactorings

KroArtem opened this issue · 1 comments

Hello there! I've been looking for a way to do mass refactorings of teamcity builds, to name a few:

  1. Detach builds from one template and remove all associated parameters from these builds (when you detach build from a template, it saves all parameters)

  2. Find all builds where we have some parameter and replace this parameter value

We do not use Kotlin DSL and do not store build settings in a form of code. (unfortunately)

Is this library suitable for doing such tasks?

Closing this as obsolete (had to get hired in JB in order to overcome the problem ;))