File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments