Skip to content

Commit 89e5675

Browse files
authored
Drop the 2.462.x line (#4650)
The transition to the 2.479.x line is progressing very well. That is causing the 2.462.x line to become an independent, outdated copy of bom-weekly. There are 1800 lines in bom-weekly and 1500 lines in bom-2.462.x. New releases of the bom-2.462.x line will have far fewer plugin updates than is typical for the oldest line in the bom. Removing the 2.462.x line may also allow us to successfully complete a full build on ci.jenkins.io. That is a temporary condition, but it will allow us more time to identify the issues on ci.jenkins.io and resolve them.
1 parent 4860e60 commit 89e5675

File tree

6 files changed

+4
-1525
lines changed

6 files changed

+4
-1525
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ PLUGINS=structs,mailer TEST=InjectedTest bash local-test.sh
9191
optionally also passing either
9292

9393
```
94-
LINE=2.462.x
94+
LINE=2.479.x
9595
```
9696

9797
or

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you are interested in a Bill of Materials for Jenkins core components, see [t
1414
After [selecting your plugin’s LTS baseline](https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/):
1515

1616
```xml
17-
<jenkins.version>2.462.3</jenkins.version>
17+
<jenkins.version>2.479.3</jenkins.version>
1818
```
1919

2020
just import the [latest BOM](https://repo.jenkins-ci.org/public/io/jenkins/tools/bom) from that line:
@@ -24,7 +24,7 @@ just import the [latest BOM](https://repo.jenkins-ci.org/public/io/jenkins/tools
2424
<dependencies>
2525
<dependency>
2626
<groupId>io.jenkins.tools.bom</groupId>
27-
<artifactId>bom-2.462.x</artifactId>
27+
<artifactId>bom-2.479.x</artifactId>
2828
<version>…</version>
2929
<scope>import</scope>
3030
<type>pom</type>
@@ -100,6 +100,7 @@ When an older Jenkins version is used, then the matching older version of the pl
100100
| bom-2.426.x | 3208.vb_21177d4b_cd9 | |
101101
| bom-2.440.x | 3435.v238d66a_043fb_ | |
102102
| bom-2.452.x | 3944.v1a_e4f8b_452db_ | |
103+
| bom-2.462.x | 4228.v0a_71308d905b_ | |
103104

104105
The latest versions of all BOM lines are available from the [Jenkins artifact repository](https://repo.jenkins-ci.org/public/io/jenkins/tools/bom).
105106

0 commit comments

Comments
 (0)