4.8.4 AnyBranchScheduler
This scheduler uses a tree-stable-timer like the default one, but
uses a separate timer for each branch.
The arguments to this scheduler are:
name
builderNames
properties
fileIsImportant
change_filter
- see Configuring Schedulers
treeStableTimer
- The scheduler will wait for this many seconds before starting the
build. If new changes are made during this interval, the timer will be
restarted, so really the build will be started after a change and then
after this many seconds of inactivity.
branches (deprecated; use change_filter)
- This scheduler will pay attention to any number of branches, ignoring
Changes that occur on other branches.
categories (deprecated; use change_filter)
- A list of categories of changes that this scheduler will respond to. If this
is specified, then any non-matching changes are ignored.