[Solved] Rerun dependency after retry trigger
Answered
We have builds A and B
B has (Always run a new build) snapshot dependency on A
B has Retry trigger [x] Trigger a new build with the same revisions
B1 build of B executed, triggered build A1 of A
B1 build failed
B2 build was scheduled by Retry, but instead of triggering A2 it consumed A1
Is there some misconfiguration on our side or is this a bug?
Thank you
v2020.1 (build 78475)
Please sign in to leave a comment.
So the issue was one needs to have "Trigger a new build with the same revisions" unchecked
It's a bit confusing, because this checkbox is not only about revisions, but also about builds and dependencies
This is described in docs https://www.jetbrains.com/help/teamcity/configuring-retry-build-trigger.html although it does not described behavior of unchecked option
Hello Jiri,
Thank you for the update on the issue! I have reached out internally to discuss if we can improve the description of this option so that the dependencies part is more readable.