Forum Discussion

ierdelyi's avatar
ierdelyi
Copper Contributor
May 16, 2024

Azure Devops pass pipeline parameter between stages

Hello,   How can I pass the parameter from stageA to stageB? The parameter output is an output from bicep file, called by a job. I would like to use this output on the next stage.     Is...