Open aegershman opened 3 years ago
Currently, we match on jobs.build.*..., but we should be able to account for jobs named anything else, such as publish, publish-snapshots, etc.; update the matching predicates to capture any job name
jobs.build.*...
publish
publish-snapshots
Currently, we match on
jobs.build.*...
, but we should be able to account for jobs named anything else, such aspublish
,publish-snapshots
, etc.; update the matching predicates to capture any job name