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

Bump jenkins version from 2.249.1 to 2.263.1 LTS #283

Merged
merged 2 commits into from
Jul 5, 2021
Merged
Changes from 1 commit
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 pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
</description>

<properties>
<jenkins.baseline>2.249</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
<jenkins.baseline>2.263</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.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.

Is it really required to bump to .4? Typically it is sufficient to declare <jenkins.baseline>2.263</jenkins.baseline>.
Then Jenkins version will be automatically set to 2.263.1. If possible, .1 LTS releases should be used.

Suggested change
<jenkins.baseline>2.263</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
<jenkins.baseline>2.263</jenkins.baseline>

Copy link
Member

Choose a reason for hiding this comment

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

@simonsymhoven ping

Is 2.263.1 sufficient?

Copy link
Member Author

Choose a reason for hiding this comment

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

@simonsymhoven ping

Is 2.263.1 sufficient?

Sorry! Yes it is. I will change that, one second.

<java.level>8</java.level>
<spotbugs.failOnError>false</spotbugs.failOnError>
<codingstyle.config.version>2.6.0</codingstyle.config.version>
Expand Down