Team City 9.1 Rest API:如何使用自定义配置设置(来自VCS /非当前设置)通过Rest API运行构建

时间:2017-11-10 00:03:23

标签: teamcity teamcity-9.1 teamcity-rest-api

我正在尝试通过Rest API对指定的更改运行个人构建。 如果我运行构建虽然"运行自定义构建" UI中的对话框,有一个选项可指定要包含的更改以及要使用的项目配置设置,但我无法通过Rest API找到指定自定义配置设置的方法。

<build>
  <triggeringOptions cleanSources="true" rebuildAllDependencies="true"/>
  <buildType id="buildConfID"/>
  <lastChanges>
    <change id="modificationId"/>
  </lastChanges>
</build>

0 个答案:

没有答案