microsoft / CSEDevOps

Azure DevOps extensions from CSE DevOps team
MIT License
26 stars 11 forks source link

Configurable Pipeline Runner: Support passing parameters #46

Open davidkarlsen opened 7 months ago

davidkarlsen commented 7 months ago

It would be nice if the plugin could pass parameters instead of just queue time variables.

benjamin-v1 commented 7 months ago

Agree - did you find a way to make it work @davidkarlsen?

davidkarlsen commented 7 months ago

It was easier to scrap the plugin and just use some scripting around az pipelines - ie using the az cli

benjamin-v1 commented 7 months ago

frustrating as it looks like some good work has been done here and the fact that params is now super simple in the REST API means it won't be a difficult fix. But yeah, back to writing my own solution :D