Force a stage/job to run on ALL agents?#985
|
|
We have two repositories; one for supporting libraries, tools, etc, and one for the code that we write. The latter is dependent on the former. Therefore, I have set up a pipeline that does nothing but watch the supporting repository and return success. When it notices a change, the repo is updated and success is returned. This kicks off other pipelines that depend on the supporting repo. However, as soon as we go multi-agent, we need to ensure that each agent has an up-to-date copy of the supporting repository’s stuff. It would be simplest to simply say “hey all agents, when a change happens to this repository, ALL of you need to run this pipeline”. Is this possible? |
|
|
Hey Pete If I hear you right, this is support for multiple materials. We plan to do this in the next release. Thanks, Jez. |
