未验证 提交 4366467f 编写于 作者: O Oleg Nenashev 提交者: GitHub

Document the weekly release line in README and the Maintainer guide (#4837)

* Document the weekly release line in README and the Maintainer guide

* Update docs/MAINTAINERS.adoc
上级 9eb0e58a
...@@ -20,7 +20,16 @@ Use Jenkins to automate your development workflow so you can focus on work that ...@@ -20,7 +20,16 @@ Use Jenkins to automate your development workflow so you can focus on work that
Execute repetitive tasks, save time, and optimize your development process with Jenkins. Execute repetitive tasks, save time, and optimize your development process with Jenkins.
# Downloads # Downloads
Non-source downloads such as WAR files and several Linux packages can be found on our [Mirrors].
The Jenkins project provides official distributions as WAR files, Docker images, native packages and installers for platforms including several Linux distributions and Windows.
See the [Downloads](https://www.jenkins.io/download) page for references.
For all distributions Jenkins offers two release lines:
* [Weekly](https://www.jenkins.io/download/weekly/) -
Frequent releases which include all new features, improvements, and bug fixes.
* [Long-Term Support (LTS)](https://www.jenkins.io/download/lts/) -
Older release line which gets periodically updated via bug fix backports.
# Source # Source
Our latest and greatest source of Jenkins can be found on [GitHub]. Fork us! Our latest and greatest source of Jenkins can be found on [GitHub]. Fork us!
......
...@@ -246,6 +246,16 @@ When do we squash commits? ...@@ -246,6 +246,16 @@ When do we squash commits?
* We squash commits when core maintainers decide to do so (`squash-merge-me` label), usually when the conditions above are not met. * We squash commits when core maintainers decide to do so (`squash-merge-me` label), usually when the conditions above are not met.
* There is no strong requirement to squash merge pull requests at the moment, so there might be deviations from the merge policy in practice. * There is no strong requirement to squash merge pull requests at the moment, so there might be deviations from the merge policy in practice.
== Weekly release process
link:https://www.jenkins.io/download/weekly/[Jenkins Weekly releases] are managed by the Jenkins Release Team which has access to the dedicated release environment within the Jenkins Infrastructure.
References:
* link:https://www.jenkins.io/download/weekly/[Jenkins Weekly Releases Documentation]
* link:https://github.com/jenkins-infra/release[Jenkins Release Environment and the release process]
* link:https://github.com/jenkinsci/packaging[Native Jenkins packages and installers for platforms]
* link:https://github.com/jenkinsci/docker[Docker packaging for Jenkins]
== LTS Process == LTS Process
Jenkins also offers the link:https://jenkins.io/download/lts/[LTS Release Line]. Jenkins also offers the link:https://jenkins.io/download/lts/[LTS Release Line].
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册