Hi,
I have 3 pipelines that share a common template. I need to add a stage to just one of those pipelines, however I get a configuration error if I add a stage to the pipeline that says I can't do this as it uses a template.
The error is "Pipeline 'conways' must not reference a template and define stages"
Can you recommend how best to deal with this situation? I could add additional pipeline to do just the extra work needed and trigger it from the template "using" pipeline, but it would be much simplier to add a stage to one existing pipeline.
Thanks,
Ian
Comments
2 comments
You have the right idea -- you'd tack on another pipeline with a dependency to the templatized one and have it auto trigger.
We do have stage templates in our backlog. That would allow you to reuse templatized stages and you'd be able to mix and match what stages go into a pipeline. But it still would not give you the ability to "extend" a pipeline template ad-hoc; that would remain a constraint.
Has there been any work on templatizing stages, jobs or even tasks?
Please sign in to leave a comment.