TeamCity 8 Branches -> Artifact Dependencies from same build chain
Setup like this:
Build1 has VCS setup with n feature branches. It compiles and runs unit tests.
Build2 has snapshot dependency on Build1 (with only run from successful suitable builds both checked). It runs long-running integration tests.
Build2 has Artifact dependency with 'build from the same chain' selected, but each branch completing on Build1 does not trigger Build2. Only the default branch triggers. Why is that?
---
Original message URL: http://devnet.jetbrains.net/message/5493638#5493638
Please sign in to leave a comment.