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 ],
5
6
])
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >org.jenkins-ci.plugins</groupId >
30
30
<artifactId >plugin</artifactId >
31
- <version >4.50 </version >
31
+ <version >4.53 </version >
32
32
<relativePath />
33
33
</parent >
34
34
<groupId >io.jenkins.plugins</groupId >
63
63
</pluginRepositories >
64
64
<properties >
65
65
<changelist >999999-SNAPSHOT</changelist >
66
- <jenkins .version>2.346.3 </jenkins .version>
66
+ <jenkins .version>2.361.4 </jenkins .version>
67
67
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
68
68
</properties >
69
69
<dependencyManagement >
70
70
<dependencies >
71
71
<dependency >
72
72
<groupId >io.jenkins.tools.bom</groupId >
73
- <artifactId >bom-2.346 .x</artifactId >
73
+ <artifactId >bom-2.361 .x</artifactId >
74
74
<version >1750.v0071fa_4c4a_e3</version >
75
75
<scope >import</scope >
76
76
<type >pom</type >
You can’t perform that action at this time.
0 commit comments