Hi, The built-in build discard logic discards builds if they either exceed a number of days, or if they are beyond a certain position in the history. In my GSoC proposal I suggested combining these two conditions with an "AND" instead of an "OR". It turns out this can be implemented as an extension (plugin) like the enhanced build discarder plugin <https://github.com/jenkinsci/enhanced-old-build-discarder>, or build right into the core. I don't think changing that plugin will help because that plugin extends the core feature without changing the conditional, so the core algorithm has to be slightly modified either way.
Opinions? Should it be an new plugin or should it build into the core? Or maybe it does not matter. Thanks, Martin -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/2b64e622-7d8b-4b2a-87f2-c662f82f90c7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
