The auto-supersede feature can automatically skip builds in the queue when a newer build on the same branch comes in. By running a build based upon the latest commit, you can streamline the builds and save time. If a code change commit contains an error and a subsequent commit corrects that error, this feature can skip the build with the error and run the fixed, latest build.
The auto-supersede feature adds a new state, skipped, to the build list.
To enable the auto-supersede feature, go to project settings, select the Build triggers tabs and select the Auto-supersede builds radio button to On.
See Skipping builds on the same branch for more information.