You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
Those functions are the Build Steps. You can either directly put in functions that fulfill the build-step contract or calls to a function that returns a function that fulfills the same contract. Those functions will be evaluated when starting the pipeline.
Parameterization
Pipeline Structures don't have to be static. They can be generated on the fly, using all the usual methods for dealing with (syntax-quoted) lists.
They can be concatenated, filtered, mapped.
Specifically, the unquote-operator ~ can be used to include dynamic values: