Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve weekly baseline version handling #65

Open
sghill opened this issue Aug 7, 2024 · 1 comment
Open

Improve weekly baseline version handling #65

sghill opened this issue Aug 7, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@sghill
Copy link
Collaborator

sghill commented Aug 7, 2024

Noticed while opening PRs plugins will sometimes depend on a weekly version and be satisfied with falling back to the most recent LTS bom. In this case it makes sense to leave the recent bom alone.

jenkinsci/cloudbees-folder-plugin#415

What did you expect to see?

<dependency>
    <groupId>io.jenkins.tools.bom</groupId>
    <artifactId>bom-2.440.x</artifactId>
    <version>2982.vdce2153031a_0</version>
    <scope>import</scope>
    <type>pom</type>
</dependency>

What did you see instead?

<dependency>
    <groupId>io.jenkins.tools.bom</groupId>
    <artifactId>bom-weekly</artifactId>
    <version>3234.v5ca_5154341ef</version>
    <scope>import</scope>
    <type>pom</type>
</dependency>
@sghill sghill added the bug Something isn't working label Aug 7, 2024
@jglick
Copy link

jglick commented Aug 7, 2024

Actually in this case I would expect it to go to the 2.462.x BOM, and adjust jenkins.version accordingly.

See also jenkinsci/archetypes#737 and jenkinsci/workflow-multibranch-plugin#314.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

2 participants