Reuse common deployment steps in a CD pipeline for multiple stages by using a template.
The pipeline is built on instantiation (i.e. when startet to run) by flattening all template references to one single pipeline file. This can be checked by downloading logs on a particular run, which can be very helpful for debugging:
These are common pitfalls:
$
whenever the value can be statically resolved when starting the pipeline and do not use the form $[ variables.name ]
in templates