Description
Matches builds that age is between given days range. It calculates days only without checking build time.
Use cases
Allow to match several builds at once based on build age.
Warning!
Provided values are always relative to today so most likely they interact with different builds every
day.
Time of the build completed is reset to zero before comparison so only days are compared.
maxDaysAge = 0
refers to builds which were completed today1-2
means builds which were completed yesterday or the day before yesterday.Build completed time (age) is calculated as sum of
getStartTimeInMillis()
and
getDuration()
.