Relative Content

Tag Archive for devopsteamcitycicd

Finish build trigger is not firing for master branch

I have project A and project B, project B’s build configuration has snapshot dependency on project A and ‘Finish Build Trigger’ depending on A. When I write +:* in branch filters it project B is triggered in case of project A’s successfull build, but when I change it to +:refs/heads/master (which is totally valid for my teamcity config) or +:refs/heads/* even, it fails