Skip to content

Commit

Permalink
Bump baseline to 2.235 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Oct 19, 2021
1 parent 59c5762 commit 8958286
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ buildPlugin(useContainerAgent: true, configurations: [
[ platform: 'linux', jdk: '8', jenkins: null ],

// Test the common case (i.e., a recent LTS release) on both Linux and Windows.
[ platform: 'linux', jdk: '8', jenkins: '2.303.1' ],
[ platform: 'windows', jdk: '8', jenkins: '2.303.1' ],
[ platform: 'linux', jdk: '8', jenkins: '2.303.2' ],
[ platform: 'windows', jdk: '8', jenkins: '2.303.2' ],

// Test the bleeding edge of the compatibility spectrum (i.e., the latest supported Java runtime).
[ platform: 'linux', jdk: '11', jenkins: '2.303.1' ],
[ platform: 'linux', jdk: '11', jenkins: '2.303.2' ],
])
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.222.x</artifactId>
<version>887.vae9c8ac09ff7</version>
<artifactId>bom-2.235.x</artifactId>
<version>918.vae501d2cdc99</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -79,7 +79,7 @@
<properties>
<revision>0.17</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.222.1</jenkins.version>
<jenkins.version>2.235.5</jenkins.version>
<java.level>8</java.level>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>

Expand Down

0 comments on commit 8958286

Please sign in to comment.