Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mechanism to provide to the pipeline run dynamically resolved values #3824

Open
SilinPavel opened this issue Dec 12, 2024 · 0 comments
Open
Labels
kind/enhancement New feature or request

Comments

@SilinPavel
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant