> Am 13.08.2020 um 07:58 schrieb Daniel Beck <[email protected]>: > > > >> On 12. Aug 2020, at 19:13, Ullrich Hafner <[email protected]> wrote: >> >> Recently a lot of my builds failed (my baseline was 2.204.4) because some >> frequently used base plugins updated their minimum Jenkins version to a >> higher LTS minor version (like 2.222.1) or a higher patch version (2.204.6). > > I'm interested in understanding exactly what you're doing -- update sites > since May should offer exactly the versions of plugins compatible with your > chose core version unless it's older than a year.
The build does not break because a version is not available, it breaks because of insufficient version constraints: - maven-enforcer complains - integration tests do not start a plugin because they require a newer core version - ATH does not install plugins because they require a newer core version -- 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/7E239A62-1345-4B83-91C5-2E675CF8E972%40gmail.com.
