I have set up a build and release pipeline in azure DevOps. We currently define the build pipelines as YAML but the release pipelines are set up in the UI due to lack of functionality in the YAML schema.
The task Jenkins queue job has an output variable which gives you the Jenkins Job ID that has been queued.
Setting this in the UI is straightforward, however setting in the YAML schema does not seem possible.
This image shows the setting of the output variable
This image shows the use of the output variable
I have tried to follow this link:
But do not seem to be able to get it to set the output variable.
Starting to think it may not be available in the Yaml schema as clicking view YAML on the one I have set up in the release pipeline does not show the reference name.