All commits in the build branch of the job, not present in the branch/ref specified by Base Revision (i.e. the history difference between the job ref and Base Revision) will be used for a single delta analysis.
A common workflow is to build feature/*
branches in Jenkins jobs, and use origin/master
as Base Revision. This effectively runs delta analyses on entire feature branches.