Dependent job getting value from a previous stage
问题 I have a pipeline that runs two stages. The stages are essentially identical, except one depends on the other. They both reference a template that contains two jobs, one job depending on the other. The first job creates an output variable and the second job consumes it. The problem is that there are two JobA's and two JobB's and JobB doesn't seem to know which JobA is the correct one. Here's the YAML: # azure-pipelines.yaml stages: - stage: deployQA jobs: - template: stage-template.yaml