Relative Content

Tag Archive for azure-devopsazure-pipelines

How can I setup my template file so main pipeline will call properly

I have a main pipeline and a template file. The main pipeline calls the template. The template has 2 jobs that passes a variable from one job to the other. If I have this in just the main pipeline file without the template file, it successfully passes the variable from job to job.

Required YAML template from a different Azure DevOps organization

I know that it is possible to use a yaml template from a different organization using this but, how can I enforce it as a required yaml template on a service connection and/or a variable group? Seems that in the required yaml template dialogue you can only specify templates in the same organization: