File tree Expand file tree Collapse file tree 2 files changed +7
-18
lines changed
Expand file tree Collapse file tree 2 files changed +7
-18
lines changed Original file line number Diff line number Diff line change 1- // Builds a module using https://github.com/jenkins-infra/pipeline-library
2- buildPlugin(configurations : [
3- [platform : ' linux' , jdk : ' 11' ],
4- [platform : ' windows' , jdk : ' 11' ],
5- [platform : ' linux' , jdk : ' 17' ],
6- [platform : ' windows' , jdk : ' 17' ]
1+ // Builds the plugin using https://github.com/jenkins-infra/pipeline-library
2+ buildPlugin(useContainerAgent : true , configurations : [
3+ // Test the minimum required Jenkins Version.
4+ [ platform : ' linux' , jdk : ' 11' , jenkins : null ],
5+ [ platform : ' windows' , jdk : ' 11' , jenkins : null ],
6+ [ platform : ' linux' , jdk : ' 17' , jenkins : null ],
7+ [ platform : ' windows' , jdk : ' 17' , jenkins : null ]
78])
Original file line number Diff line number Diff line change 5151 <tag >${scmTag} </tag >
5252 </scm >
5353
54- <dependencyManagement >
55- <dependencies >
56- <dependency >
57- <groupId >io.jenkins.tools.bom</groupId >
58- <artifactId >bom-weekly</artifactId >
59- <version >1883.vcb_768a_7c3610</version >
60- <scope >import</scope >
61- <type >pom</type >
62- </dependency >
63- </dependencies >
64- </dependencyManagement >
65-
6654 <dependencies >
6755 <dependency >
6856 <groupId >org.apache.httpcomponents.core5</groupId >
You can’t perform that action at this time.
0 commit comments