Allow defining default_watch and watch at global level, so that they apply to all jobs unless overridden.
This should fulfill the need raised by https://github.com/Canop/bacon/pull/248 but IMO in a more consistent way with properties having the same name when global and job-specific.
Allow defining
default_watch
andwatch
at global level, so that they apply to all jobs unless overridden.This should fulfill the need raised by https://github.com/Canop/bacon/pull/248 but IMO in a more consistent way with properties having the same name when global and job-specific.
Tests and comments welcome.