cloud-pipeline icon indicating copy to clipboard operation
cloud-pipeline copied to clipboard

Mechanism to provide to the pipeline run dynamically resolved values

Open SilinPavel opened this issue 11 months ago • 0 comments

Background Currently Cloud-Pipeline allows to specify some values that would be resolved dynamically such as ${RUN_ID}. But this parameters works as place holders and and don't allow to perform some computation on a server side to calculate the value.

Let's introduce approach to calculate values for specific templates. e.g.: $[UUID] - generate new UUID during execution

SilinPavel avatar Dec 12 '24 13:12 SilinPavel