frithjof_v's avatar
frithjof_v
Community Champion
11 months ago
Status:
New

Set pipeline parameter default value from variable library

I have a pipeline that uses parameters.

 

I would love being able to use variable library to set the default value of a parameter.

3 Comments

  • frithjof_v's avatar
    frithjof_v
    Community Champion
    This would be great from a CI/CD perspective including Fabric Deployment Pipelines.
  • just change the pipeline from using a parameter to a variable instead, or make it so that if the parameter is empty use the varaiable name instead
  • frithjof_v's avatar
    frithjof_v
    Community Champion

    The variable workaround mentioned by Josh_SS works, but requires extra steps (configuration of additional pipeline activities).

     

    We want: ability to enter a parameter value at pipeline trigger time. If no parameter value is entered, the parameter should default to a default value. We want the option to use a variable library value as default value. Currently, parameters only support hardcoded default values

Recent ideas