This filter includes/excludes jobs based on their build durations.
Rationale
Useful if you have jobs that should be running quickly and you want to easily
find them when they take longer. The opposite might also make sense: if you know
that a job should take a long time, but finishes too fast this might be an
indication that something is wrong with that job.
Options
- Build duration:
- How long a job's builds need to have taken in order for this filter to match.
- How far back to check:
-
A job can have many builds and this option determines how many of those builds
will be checked. Always goes backwards from the latest build. Can be a decimal
number, e.g. 1.5 hours. If you want to include all builds set this
value to 0.
- Match type:
-
Whether to add or remove jobs from this view. There's two kinds of match types:
- Include matched/unmatched: adds additional jobs to this view.
- Exclude matched/unmatched: removes jobs from this view that have been included by previous filters.
Examples
- Show all jobs where the last build took longer that an hour.
- Show all jobs where at least one build took longer than 10 hours.
- Show all jobs where every build in the last week took less than a minute.