CircleCI:当不是我的存储库发生更改时触发构建

时间:2016-12-15 16:04:31

标签: continuous-deployment circleci

在CircleCI:当不是我的git存储库更改/获取新标记时,是否可以触发构建?

1 个答案:

答案 0 :(得分:3)

您可以通过the CircleCI API

触发构建
  

POST:/ project /:vcs-type /:username /:project / tree /:branch   触发新构建,返回构建的摘要。

实施例: curl -X POST -H -d "{}" "https://circleci.com/api/v1/project/your_organization/your_project/tree/master?circle-token=3afeaxxxxxxxxxxx"