Am I alone? Single pipeline config with per-project overrides?

I know the scenario is a bit different here, but you could use the template core hook, a bit like I suggested here:

You could then provide different setting depending on the project, though it’s maybe not quite a elegant, and is a bit more error prone. Basically you could pass a list of settings through, and maybe add a project list to each, and then in the hook filter out those settings that don’t apply to current context project.

2 Likes