Skip to content

Commit

Permalink
Merge pull request #164 from MarkEWaite/require-newer-core
Browse files Browse the repository at this point in the history
Require Jenkins 2.346.3 or newer
  • Loading branch information
MarkEWaite authored Nov 4, 2022
2 parents 4025aac + 41b3d90 commit 7036364
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildPlugin(failFast: false,
// See https://github.com/jenkins-infra/helpdesk/issues/2752 for more details and updates.
artifactCachingProxyEnabled: true,
configurations: [
[platform: 'linux', jdk: '17', jenkins: '2.342'],
[platform: 'linux', jdk: '11'],
[platform: 'linux', jdk: '17', jenkins: '2.376'],
[platform: 'linux', jdk: '11', jenkins: '2.361.3'],
[platform: 'windows', jdk: '8'],
])
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.319.x</artifactId>
<version>1654.vcb_69d035fa_20</version>
<artifactId>bom-2.346.x</artifactId>
<version>1670.v7f165fc7a_079</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -140,7 +140,7 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/testng-plugin-plugin</gitHubRepo>
<jenkins.version>2.319.3</jenkins.version>
<jenkins.version>2.346.3</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.failOnError>true</spotbugs.failOnError>
<!-- Not yet ready for Low threshold, too many warnings to resolve -->
Expand Down

0 comments on commit 7036364

Please sign in to comment.