How to get TeamCity Build trigger filter to build feature branches but not default branch

后端 未结 2 781
情深已故
情深已故 2021-02-09 08:06

I\'ve created a Team City build to build the feature branches:

Default Branch: refs/heads/development Branch Specification: refs/heads/feature/*

I have a vcs tri

2条回答
  •  日久生厌
    2021-02-09 08:33

    Try the following settings:
    Default Branch: refs/heads/development
    Branch Specification: +:refs/heads/feature/*

    VCS trigger branch filter:

    +:*  
    -:
    

提交回复
热议问题