I have a pipeline named “ContainerWorker” that sits in a folder named “Atlas.” I’ve created another pipeline in a branch that is just this:
trigger: none
resources:
pipelines:
- pipeline: container-worker
source: 'AtlasContainerWorker'
trigger: true
steps:
- bash: echo "This pipeline ran"
From these docs: https://learn.microsoft.com/en-us/azure/devops/pipelines/process/resources?view=azure-devops I’d expect this pipeline to run whenever ContainerWorker completes, but it’s not doing that. I get no errors or anything useful to debug.
I’ve tried it without the quotes and without the folder with no luck.
New contributor
user26810707 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.