Hello there!
We have quite a lot of branches, and now and then I am creating a new multibranch pipeline jobs for them. The thing is that these new jobs try to start a build for each branch matching the pattern, but I’d like to build only the newer ones (e.g. those from the last week, and then any newer branch that appears in the future).
For tags, there is a buildTags buildStrategy, where I can specify atMostDays, so the tags older than that number of days are ignored. But I haven’t found anything similar for the branches, i.e. to ignore branches where the latest commit is older than X days.
Thanks for any hint.
Jozef.