Questions tagged [build-chain]

A sequence of builds interconnected in some way or the other.

A Build Chain is specifically a Teamcity notation. As suggested by Teamcity - It is normally used to run interconnected tasks linked by snapshot dependencies. A build triggered on a configuration would trigger other dependent builds like a chain reaction.

A common scenario could be running the tests on multiple platforms or deploying the application after compilation to multiple machines.

Other scenarios could be triggering a project build when a dll in the upstream project has changed.

There are ways to achieve this in other tools such as Jenkins, Maven etc as well. A nice post on this using Anthill Pro is here.

17 questions
0
votes
1 answer

Get parameters from multiple build to one snapshot dependent build [teamcity]

In Teamcity 9.0.1 I have several builds, which ends up on similar steps, but with different parameters. In fact, those are servicing steps, not needed by a build to conclude, that build is ok, but they are needed for service, so, currently, they are…
Anton Kuryan
  • 607
  • 6
  • 20
0
votes
1 answer

Snapshot dependency builds in the chain are not getting trigerred

I have defined snapshot dependencies in my build chain. For example: 01 - Build Libraries Trigerred by VCS 02 - Build Windows Snapshot dependency on "01 - Build Libraries" 03 - Build Service_1 Snapshot dependency on "02 - Build Windows" 03…
Arpit
  • 6,212
  • 8
  • 38
  • 69
1
2