node-build-monitor icon indicating copy to clipboard operation
node-build-monitor copied to clipboard

Support splitting of configuration to multiple files

Open pascalberger opened this issue 5 years ago • 2 comments

It can be helpful to have the possibility to split the configuration to multiple JSON files. With a lot of builds in a build monitor the config JSON file can be quite huge and harder to maintain than multiple smaller files.

pascalberger avatar Feb 26 '19 09:02 pascalberger

That could be a larger change, cause the build monitor is looking for config files on several places. And the Dockerfile is also dependent on them for working correctly.

Maybe it can be done by automatically looking for the other configuration files next to the main configuration files. Or by "linking" from the main configuration file to them.

What do you think?

marcells avatar May 10 '19 14:05 marcells

Having some kind of include statement which can be used in the config file could work fine for my use case

pascalberger avatar May 10 '19 15:05 pascalberger