File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
src/main/resources/jenkins/plugins/git/traits/TagDiscoveryTrait Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ < div >
2+ Minimum age of tags (in days) to < strong > include</ strong > when discovering tags.
3+ Tags newer than this value are ignored.
4+ Tag age is calculated from the tag creation / commit timestamp to the time the
5+ scan runs.
6+ Leave this field blank to < strong > not</ strong > filter out tags based on a minimum age
7+ (no lower age bound).
8+ Examples:
9+ < ul >
10+ < li > < code > 7</ code > – ignore tags created in the last 7 days (only tags at least 7 days old are used).</ li >
11+ < li > < code > 0</ code > – do not ignore tags for being too new (equivalent to leaving it blank).</ li >
12+ </ ul >
13+ When used together with < em > Ignore tags older than</ em > (< code > atMostDays</ code > ),
14+ this value should be less than or equal to the < em > older than</ em > value to define a valid age range.
15+ </ div >
Original file line number Diff line number Diff line change 1+ < div >
2+ Maximum age of tags (in days) to < strong > include</ strong > when discovering tags.
3+ Tags older than this value are ignored.
4+ Tag age is calculated from the tag creation / commit timestamp to the time the
5+ scan runs.
6+ Leave this field blank to < strong > not</ strong > filter out tags based on a maximum age
7+ (no upper age bound).
8+ Examples:
9+ < ul >
10+ < li > < code > 7</ code > – ignore tags older than 7 days (only tags from the last 7 days are used).</ li >
11+ < li > < code > 30</ code > – ignore tags older than 30 days (only tags from the last 30 days are used).</ li >
12+ </ ul >
13+ When used together with < em > Ignore tags newer than</ em > (< code > atLeastDays</ code > ),
14+ this value should be greater than or equal to the < em > newer than</ em > value so that the
15+ age range is consistent.
16+ </ div >
You can’t perform that action at this time.
0 commit comments