Finish Build Trigger is always building the default branch
Hello there,
I have a couple test configurations: #1 [Tests] and #2 [Integration Tests]. #1 works with a VCS trigger, and #2 is triggered by a successful finish build of #1.
That works like a charm, until #1 is triggered on a different branch: #2 will still build the branch configured as default. I have set a +:* branch filter for both configurations, even the global one. Is there anything I may be missing?
Thank you so much such a great tool!
Please sign in to leave a comment.
Hi,
this is the default behaviour if there is no snapshot dependency between the two builds: https://confluence.jetbrains.com/display/TCD18/Configuring+Finish+Build+Trigger.
Oh, thank you! Best wishes for this new year.