Skip to content

Commit b7031e8

Browse files
committed
Simplify CI
1 parent ac55415 commit b7031e8

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

Jenkinsfile

+1-12
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,4 @@
22
* See the documentation for more options:
33
* https://github.com/jenkins-infra/pipeline-library/
44
*/
5-
buildPlugin(useContainerAgent: true, configurations: [
6-
// Test the long-term support end of the compatibility spectrum (i.e., the minimum required
7-
// Jenkins version).
8-
[ platform: 'linux', jdk: '8' ],
9-
10-
// Test the common case (i.e., a recent LTS release) on both Linux and Windows.
11-
[ platform: 'linux', jdk: '11', jenkins: '2.332.1' ],
12-
[ platform: 'windows', jdk: '11', jenkins: '2.332.1' ],
13-
14-
// Test the bleeding edge of the compatibility spectrum (i.e., the latest supported Java runtime).
15-
[ platform: 'linux', jdk: '17', jenkins: '2.342' ],
16-
])
5+
buildPlugin(useContainerAgent: true)

0 commit comments

Comments
 (0)