Trigger Deploy on branch name start with specific keyword

i have different servers for testing qa/qb/qc 
i want to trigger build on those ones if trigger the branch start with their name 
if there is a branch start with qa >> the build of the qa build starts and so on 

is that doable ?

0
1 comment

Hi,

It should be possible to do it using VCS triggers with corresponding branch filter for these builds you want to start:
https://www.jetbrains.com/help/teamcity/configuring-vcs-triggers.html#branch-filter-1

Thanks,

Guilherme

0

Please sign in to leave a comment.