Home > database >  How to add default variable in Azure Run Pipeline Menu
How to add default variable in Azure Run Pipeline Menu

Time:10-16

Currently in our Run Pipeline Menu. There is an Advanced options to defined the variable to be used by this pipeline.

By default on variables section. There is only 1 default variable display and i can add a new one by specifying the variable name and the variable value. My Question is where to add another default variable which user just need to click on variable name and specified a value instead of needed to specify variable name and variable value.

Please refer to below image.

Want 2 have 2 here

Want to add another 1 variable here

CodePudding user response:

I was able to add a Parameter as below.

enter image description here

enter image description here

CodePudding user response:

I think if you are not using the YAML way. you can click on EDIT -> Three dots ->Trigger -> Variables

Else for the yaml way you need to set as per mokh223 answer

  • Related