We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac55415 commit b7031e8Copy full SHA for b7031e8
Jenkinsfile
@@ -2,15 +2,4 @@
2
* See the documentation for more options:
3
* https://github.com/jenkins-infra/pipeline-library/
4
*/
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
-])
+buildPlugin(useContainerAgent: true)
0 commit comments