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

Use parameters instead of variables for pipeline variables that are intended to be manually set at queue time #5256

Open
lbussell opened this issue Mar 11, 2024 · 1 comment

Comments

@lbussell
Copy link
Contributor

We often need to set several pipeline variables when manually queuing some pipelines. For example, imageBuilder.pathArgs to specify which images to build. We set these variables manually at the pipeline level. AzDo pipelines has support for "Runtime Parameters" which gives a better UI for setting runtime variables and allows for the pipeline to expose which variables should be set instead of needing to set them manually via the pipeline UI.

Where possible, when working on https://github.com/dotnet/dotnet-docker-internal/issues/4475, we should try to use parameters where we were previously using variables (time permitting).

@lbussell
Copy link
Contributor Author

[Triage] This is a "nice to have" feature. It shouldn't be done as part of https://github.com/dotnet/dotnet-docker-internal/issues/4475 since we need to execute quickly on that issue and this would be added scope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant