Skip to content

Commit

Permalink
Dropping 2.332.x & 2.346.x (#1668)
Browse files Browse the repository at this point in the history
* Dropping 2.332.x & 2.346.x

* Adjusting docs about retiring lines
  • Loading branch information
jglick committed Jan 4, 2023
1 parent 2f8d950 commit 0bf2af7
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 378 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ updates:
- "jglick"
schedule:
interval: "daily"
ignore:
# TODO until 2.332.x & 2.346.x dropped
- dependency-name: org.jenkins-ci.plugins:plugin
- package-ecosystem: "maven"
open-pull-requests-limit: 25
directory: "/bom-weekly"
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you are interested in a Bill of Materials for Jenkins core components, see [t
After selecting your plugin’s LTS baseline:

```xml
<jenkins.version>2.332.4</jenkins.version>
<jenkins.version>2.361.4</jenkins.version>
```

just import the [latest BOM](https://github.com/jenkinsci/bom/releases) from that line:
Expand All @@ -24,7 +24,7 @@ just import the [latest BOM](https://github.com/jenkinsci/bom/releases) from tha
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.332.x</artifactId>
<artifactId>bom-2.361.x</artifactId>
<version>…</version>
<scope>import</scope>
<type>pom</type>
Expand Down Expand Up @@ -184,7 +184,8 @@ The CI build (or just `mvn test -P2.nnn.x`) will fail if some managed plugins ar
is a handy way to find the most recently released plugin version compatible with a given line,
according to the `jenkins-infra/update-center2`.
The UC currently maintains releases for the [past 400 days](https://groups.google.com/g/jenkins-infra/c/LTrRUqkgeQA/m/UmQMD5gDAgAJ)
so it is reasonable to retire BOMs for lines older than that.
so it is reasonable to retire BOMs for lines older than that,
or otherwise when the number of accumulated version overrides becomes large.

Add the label `full-test` in dangerous-looking PRs to make sure you are running tests in all LTS lines;
by default tests are only run in the oldest line and weeklies.
Expand Down
208 changes: 0 additions & 208 deletions bom-2.332.x/pom.xml

This file was deleted.

144 changes: 0 additions & 144 deletions bom-2.346.x/pom.xml

This file was deleted.

0 comments on commit 0bf2af7

Please sign in to comment.