File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1- // Builds the plugin using https://github.com/jenkins-infra/pipeline-library
1+ /*
2+ See the documentation for more options:
3+ https://github.com/jenkins-infra/pipeline-library/
4+ */
25buildPlugin(
3- forkCount : ' 1C' ,
4- useContainerAgent : true ,
6+ forkCount : ' 1C' , // Run parallel tests on ci.jenkins.io for lower costs, faster feedback
7+ useContainerAgent : true , // Set to `false` if you need to use Docker for containerized tests
58 configurations : [
6- // Test the minimum required Jenkins Version.
7- [ platform : ' linux' , jdk : ' 17' , jenkins : null ],
8- [ platform : ' windows' , jdk : ' 21' , jenkins : null ]
9+ [platform : ' linux' , jdk : 25 ],
10+ [platform : ' windows' , jdk : 21 ],
911])
Original file line number Diff line number Diff line change 4141
4242 <properties >
4343 <gitHubRepo >jenkinsci/custom-folder-icon-plugin</gitHubRepo >
44- <jenkins .baseline>2.504 </jenkins .baseline>
44+ <jenkins .baseline>2.528 </jenkins .baseline>
4545 <jenkins .version>2.539</jenkins .version>
4646 <revision >2</revision >
4747 <changelist >999999-SNAPSHOT</changelist >
5555 <dependency >
5656 <groupId >io.jenkins.tools.bom</groupId >
5757 <artifactId >bom-${jenkins.baseline}.x</artifactId >
58- <version >5750.vec44cb_c78352 </version >
58+ <version >5759.va_1462c940572 </version >
5959 <type >pom</type >
6060 <scope >import</scope >
6161 </dependency >
You can’t perform that action at this time.
0 commit comments