File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22 <extension >
33 <groupId >io.jenkins.tools.incrementals</groupId >
44 <artifactId >git-changelist-maven-extension</artifactId >
5- <version >1.8 </version >
5+ <version >1.13 </version >
66 </extension >
77</extensions >
Original file line number Diff line number Diff line change 11#! groovy
22
33buildPlugin(useContainerAgent : true , configurations : [
4- [platform : ' linux' , jdk : 21 ],
5- [platform : ' windows' , jdk : 17 ],
4+ [platform : ' linux' , jdk : 25 ],
5+ [platform : ' windows' , jdk : 21 ],
66])
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.jenkins-ci.plugins</groupId >
77 <artifactId >plugin</artifactId >
8- <version >5.17 </version >
8+ <version >5.2102.v5f5fe09fccf1 </version >
99 <relativePath />
1010 </parent >
1111
2323 <changelist >999999-SNAPSHOT</changelist >
2424 <gitHubRepo >jenkinsci/multibranch-build-strategy-extension</gitHubRepo >
2525 <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
26- <jenkins .baseline>2.479 </jenkins .baseline>
26+ <jenkins .baseline>2.528 </jenkins .baseline>
2727 <jenkins .version>${jenkins.baseline} .3</jenkins .version>
2828 </properties >
2929
7272 <dependency >
7373 <groupId >io.jenkins.tools.bom</groupId >
7474 <artifactId >bom-${jenkins.baseline}.x</artifactId >
75- <version >4890.vfca_82c6741a_d </version >
75+ <version >5804.v80587a_38d937 </version >
7676 <scope >import</scope >
7777 <type >pom</type >
7878 </dependency >
You can’t perform that action at this time.
0 commit comments