有没有办法暂时隐藏或存档TeamCity中的构建步骤?有一种方法可以暂停它们并为自己隐藏它们 - 其他人仍然可以看到它 - 但我没有看到任何方法将它隐藏在所有用户或存档它们。
答案 0 :(得分:1)
You can disable/enable a build step in teamcity . You can do this by going to the edit build configurations -> build steps -> hover over particular build step and click disable build step. You can this even if your build configuration is based of a template
You can not however hide/archive a build step.