alwaysRun property

bool? alwaysRun
getter/setter pair

By default, after an action fails, no further actions are run.

This flag indicates that this action must be run even if the pipeline has already failed. This is useful for actions that copy output files off of the VM or for debugging. Note that no actions will be run if image prefetching fails.

Implementation

core.bool? alwaysRun;