jenkins-infra / release

Contains every things needed to release jenkins core from the jenkins infra project
MIT License
14 stars 22 forks source link

Limit the backports to avoid breaking future LTS release after changes on the weekly tooling #250

Open dduportal opened 2 years ago

dduportal commented 2 years ago

This repository follows the branching model of the Jenkins core with:

It creates a risk (a real one as we regularly break LTS/security releases) that we do not reuse the technical changes by forgetting to backports.

It also creates complexity because of the need of this backports (1 backport PR for each "stable/security" branch).

Multiple paths to improve this:

dduportal commented 2 years ago

Cc @timja @lemeurherve @daniel-beck @NotMyFault after