Configure TeamCity to build from SVN trunk, branches and/or tags

前端 未结 2 1438
[愿得一人]
[愿得一人] 2020-12-23 20:19

How can I configure TeamCity to build from SVN trunk and also from different branches and/or tags ?

Our idea is to have multiple builds from the same project, this w

2条回答
  •  时光取名叫无心
    2020-12-23 21:08

    I had similar problem with SVN in TeamCity and to allow work with multiple branches I used Configuration parameter to pass "branch" since TeamCity doesn't support multibranch for SVN.

    And set trigger to start build from that branch:

    So in project it looks like:

提交回复
热议问题