Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -515,14 +515,14 @@
<id>2.346.x</id>
<properties>
<bom>2.346.x</bom>
<jenkins.version>2.346</jenkins.version>
<jenkins.version>2.346.1</jenkins.version>
</properties>
</profile>
<profile>
<id>2.332.x</id>
<properties>
<bom>2.332.x</bom>
<jenkins.version>2.332.1</jenkins.version>
<jenkins.version>2.332.4</jenkins.version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Somehow the current doc shows 2.332.3, FYI @daniel-beck (context: jenkins-infra/jenkins.io#4876)

Copy link
Member

@daniel-beck daniel-beck Jul 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/jglick/jenkins.io/blob/aed4f7fd2d70b6325d447d00588d9d86c0acd2a8/content/_layouts/corebaseline.html.haml#L13 is just https://updates.jenkins.io/tiers.json via https://github.com/jenkins-infra/jenkins.io/blob/64ed7120a01fde6d35946423e35da51e4a95fca3/scripts/fetch-external-resources#L54-L55 and it lists versions actually used as dependency only (so we can generate matching update sites).

By now there's half a dozen plugins that depend on 2.332.4, so the site is (currently) fixed.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

</properties>
</profile>
<profile>
Expand Down