node-build-monitor
node-build-monitor copied to clipboard
Support splitting of configuration to multiple files
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.
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?
Having some kind of include statement which can be used in the config file could work fine for my use case