File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1- // Build the plugin 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' ],
1+ /*
2+ See the documentation for more options:
3+ https://github.com/jenkins-infra/pipeline-library/
4+ */
5+ buildPlugin(
6+ useContainerAgent : false , // Set to `false` if you need to use Docker for containerized tests
7+ configurations : [
8+ [platform : ' linux' , jdk : 21 ],
9+ [platform : ' windows' , jdk : 17 ],
610])
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.jenkins-ci.plugins</groupId >
55 <artifactId >plugin</artifactId >
6- <version >4.73 </version >
6+ <version >4.80 </version >
77 </parent >
88
99 <artifactId >s3</artifactId >
9191 <dependency >
9292 <groupId >org.testcontainers</groupId >
9393 <artifactId >testcontainers</artifactId >
94- <version >1.19.0 </version >
94+ <version >1.19.3 </version >
9595 <scope >test</scope >
9696 </dependency >
9797 </dependencies >
101101 <dependency >
102102 <groupId >io.jenkins.tools.bom</groupId >
103103 <artifactId >bom-2.387.x</artifactId >
104- <version >2446.v2e9fd3b_d8c81 </version >
104+ <version >2543.vfb_1a_5fb_9496d </version >
105105 <type >pom</type >
106106 <scope >import</scope >
107107 </dependency >
You can’t perform that action at this time.
0 commit comments