Nightly build for release branch if branch exists

前端 未结 2 1225
闹比i
闹比i 2021-01-08 00:42

I\'d like to set up a nightly build for my release branch. Since I\'m using git-flow I don\'t always have a relase branch so I would like it to build it if it can find a bra

2条回答
  •  长发绾君心
    2021-01-08 01:17

    Use Branch Filter in the Trigger and set the only filter as

    +:release-*
    

    Also in Version Control under Branch Specification use

    +:(release-*)
    

    I also had similar issue and solved it as given above. I think this would solve your problem too.

提交回复
热议问题