build-chain

How to build a project in teamcity after multiple other builds have finished and not trigger the dependency chain?

时光毁灭记忆、已成空白 提交于 2019-12-07 20:45:01
问题 My questions is related to Trigger subsequent build once after multiple parallel builds in TeamCity but I have hit a problem so posting it here. Below is my setup. I am trying to create a chain so that when I run A, the complete chain runs. A ( Root project) - B ( Snapshot dependent on A + Finish Build trigger on A) -( Snapshot dependent on B) Aggregation project. A ( Root project) - c ( Snapshot dependent on A + Finish Build trigger on A) - ( Snapshot dependent on C)Aggregation project. The

How to build a project in teamcity after multiple other builds have finished and not trigger the dependency chain?

流过昼夜 提交于 2019-12-06 11:28:12
My questions is related to Trigger subsequent build once after multiple parallel builds in TeamCity but I have hit a problem so posting it here. Below is my setup. I am trying to create a chain so that when I run A, the complete chain runs. A ( Root project) - B ( Snapshot dependent on A + Finish Build trigger on A) -( Snapshot dependent on B) Aggregation project. A ( Root project) - c ( Snapshot dependent on A + Finish Build trigger on A) - ( Snapshot dependent on C)Aggregation project. The snapshot dependency does not really do anything ( there is no snapshot, I am using a dummy build config