Disable scheduling for multiple candidate revisions.
If we have 3 branches:
----A--.---.--- B
\-----C
jenkins would try to build (B) and (C).
This behaviour disables this and only builds one of them.
It is helpful to reduce the load of the Jenkins infrastructure when the
SCM system like Bitbucket or GitHub should decide what commits to build.