Implement support for run-untagged option
I have implemented the option to set the executor to run untagged jobs on startup.
The default behavior is unchanged.
To be exact:
If tags
are set, the default is false
. On the other hand if tags
are empty, the default is true
.
This can now be overwritten using the untaggedJobs
option.
Edited by Tomasz Maczukin