I would like to ask if there is a way to disable build triggers for all TeamCity projects by running a script?
I have a scenario that I need to disable all assembly triggers to prevent assemblies from starting. This is because sometimes I may need to perform some update process on build agent machines that would take more than one day.
I don’t want to manually click the Disable buttons for each build trigger for all TeamCity projects. Is there a way to automate this process?
Thanks in advance.
source
share