Open sivaraj78 opened 4 years ago
I would love to see this implemented. Not a lot of great Trigger tasks for Releases out there. Passing parameters to the Release: $(Parameter) = value would be a great help!
Hello
I am in the same boat. I am implementing a master pipeline to run SAST across bunch of codebases and I would like the master script to have a manifest of branches to be passed as variables. Has anyone managed to find a way ?
Thanks
@joalmeid - Do you have any plans to extend the parameter feature any time soon? Looks like its a must have feature, since the pipelines are evolving and becoming more robust in nature. This will definitely let more users to signup for your extension 👍
Thanks guys for the heads up. I can definitely update the extension and add parameters. stay tuned.
Thanks guys for the heads up. I can definitely update the extension and add parameters. stay tuned.
@joalmeid - thanks for looking into it. I just want to give you some scenarios where i am trying to use this,
From Release, scenario1: Invoke same Build Definition with different input parameter/env in Release pipeline Stages scenario2: Invoke different Build Definitions with parameter/env value in Release Pipeline scenario3: Invoke another Release definition from parent Release pipeline with input parameters/env
From pipeline, scenario1: Invoke Build definition from parent Build pipeline with input parameters/env scenario2: Invoke Release definition from Build pipeline with input parameters/env
Note: definitely there are other more scenarios out there
Hi,
any update regarding this issue?
I need this functionality for my use cases as well. Currently cannot use this without being able to pass parameters to the pipelines being triggered. Any update on timeline for this to be implemented?
First I want to thank you for this trigger @joalmeid it really is amazing! Has there been any update on being able to pass parameters? This would truly be the cherry on tope :D!!
Hi, I am trying to use your trigger azure devops pipeline to invoke a pipeline in a different project. I got it working but I need to be able to pass parameters. I need to pass couple of strings so the invoked pipeline can take different actions based on values of the strings. Is that possible ? If yes, can you guide me.
Thanks in advance.