Skip to content

Commit

Permalink
Simplify CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Dec 12, 2022
1 parent fa0b255 commit e015989
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ buildPlugin(
useContainerAgent: true,
// Show failures on all configurations
failFast: false,
// Opt-in to the Artifact Caching Proxy, to be removed when it will be in opt-out.
// See https://github.com/jenkins-infra/helpdesk/issues/2752 for more details and updates.
artifactCachingProxyEnabled: true,
// Test Java 8 with default Jenkins version, Java 11 with a recent LTS, Java 17 even more recent
// Test Java 11 with a recent LTS, Java 17 even more recent
configurations: [
[platform: 'linux', jdk: '17', jenkins: '2.375'],
[platform: 'linux', jdk: '11', jenkins: '2.361.4'],
[platform: 'linux', jdk: '17', jenkins: '2.375.1'],
[platform: 'windows', jdk: '11']
]
)

0 comments on commit e015989

Please sign in to comment.