Skip to content

Utils.Transform.Function.apply_across_polyfill

DecentM edited this page Aug 27, 2024 · 57 revisions

@decentm/concourse-ts / Utils / Transform / apply_across_polyfill

Function: apply_across_polyfill()

apply_across_polyfill(input, options?): void

Modifies a serialised Pipeline in-place, so that all across modifiers are removed from steps, and a new step is created for each combination of the matrix under a new in_parallel step.

This means that you can create build matrices even if your Concourse instance doesn't have the across step enabled.

Parameters

input: Pipeline

options?: AcrossPolyfillOptions

Returns

void

Source

utils/transform/across-polyfill.ts:157

Clone this wiki locally