-
Notifications
You must be signed in to change notification settings - Fork 940
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
Parameter or variable of type object or list that can be set from a script #567
Comments
Dude, what you are asking for is not an Azure Devops issue, it is rather groundbreaking feature request. AFAIK template expansion (notation ${{ }} ) works only with parameters and preassigned variables, i.e. you cannot achieve template expansion upon runtime values. You may of course start another pipeline, passing parameter obtained in runtime, but I suppose it is not what you ultimately wanted to achieve. |
Could you please provide snippet that use another pipeline to achieve this ? as i do not understand how. |
You can have a pipeline that calculate something and trigger a new one from the parent with this pws command 👍 # Run the pipeline Also parameters can be problematic if you plan to use complex object. |
@anilsamuel thats how i did it by calling the parameter object and set on the script |
Hooping to do something similar but looking for a way to set the list value of parameters.StackNames using command below prior to Delete ${{ stack }}
aws cloudformation describe-stacks --query "[].StackName)"
The text was updated successfully, but these errors were encountered: