Skip to content

Commit

Permalink
Merge pull request #106 from jenkinsci/lts-2.332
Browse files Browse the repository at this point in the history
Update to Jenkins LTS 2.332 baseline
  • Loading branch information
TobiX authored Oct 25, 2022
2 parents 5d4b0bb + c4b1ff4 commit d4bd5c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!groovy
def recentLTS = '2.332.1'
def recentLTS = '2.361.2'
buildPlugin(configurations: [
[ platform: 'linux', jdk: '8', jenkins: null ],
[ platform: 'windows', jdk: '11', jenkins: recentLTS ],
[ platform: 'linux', jdk: '11', jenkins: recentLTS ],
// Test with Java 17
[ platform: 'linux', jdk: '17', jenkins: '2.342' ],
[ platform: 'linux', jdk: '17', jenkins: recentLTS ],
])
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<revision>1</revision>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/amazon-ecr-plugin</gitHubRepo>
<jenkins.version>2.249.1</jenkins.version>
<jenkins.version>2.332.4</jenkins.version>
</properties>

<dependencies>
Expand Down

0 comments on commit d4bd5c7

Please sign in to comment.