我需要使用脚本停止代理的构建,然后禁用它。
我在论坛中找到了一种禁用/启用代理的方法:
http://teamcity:8080/httpAuth/ajax.html?reason=&_should_restore_status=&status_restoring_delay=15&changeAgentStatus=<AGENT_ID>&enable=false&_=
http://teamcity:8080/httpAuth/ajax.html?reason=&_should_restore_status=&status_restoring_delay=15&changeAgentStatus=<AGENT_ID>&enable=true&_=
是否有一个http命令可以停止在特定代理上运行构建?