File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1+ * @ jenkinsci/pipeline-groovy-lib-plugin-developers
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- buildPlugin(useContainerAgent : true , configurations : [
2- [ platform : " linux" , jdk : " 8" ],
3- [ platform : " windows" , jdk : " 8" ],
4- [ platform : " linux" , jdk : " 11" ]
1+ buildPlugin(
2+ useContainerAgent : true ,
3+ configurations : [
4+ [platform : ' linux' , jdk : 17 ],
5+ [platform : ' windows' , jdk : 11 ],
56])
Original file line number Diff line number Diff line change 2828 <parent >
2929 <groupId >org.jenkins-ci.plugins</groupId >
3030 <artifactId >plugin</artifactId >
31- <version >4.50 </version >
31+ <version >4.53 </version >
3232 <relativePath />
3333 </parent >
3434 <groupId >io.jenkins.plugins</groupId >
6363 </pluginRepositories >
6464 <properties >
6565 <changelist >999999-SNAPSHOT</changelist >
66- <jenkins .version>2.346.3 </jenkins .version>
66+ <jenkins .version>2.361.4 </jenkins .version>
6767 <gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
6868 </properties >
6969 <dependencyManagement >
7070 <dependencies >
7171 <dependency >
7272 <groupId >io.jenkins.tools.bom</groupId >
73- <artifactId >bom-2.346 .x</artifactId >
73+ <artifactId >bom-2.361 .x</artifactId >
7474 <version >1750.v0071fa_4c4a_e3</version >
7575 <scope >import</scope >
7676 <type >pom</type >
You can’t perform that action at this time.
0 commit comments