File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,5 @@ buildPlugin(
8
8
useContainerAgent : true , // Set to `false` if you need to use Docker for containerized tests
9
9
configurations : [
10
10
[platform : ' linux' , jdk : 21 ],
11
- [platform : ' linux' , jdk : 11 ],
12
11
[platform : ' windows' , jdk : 17 ],
13
12
])
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.jenkins-ci.plugins</groupId >
7
7
<artifactId >plugin</artifactId >
8
- <version >4.88 </version >
8
+ <version >5.2 </version >
9
9
<relativePath />
10
10
</parent >
11
11
22
22
<changelist >999999-SNAPSHOT</changelist >
23
23
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
24
24
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
25
- <jenkins .baseline>2.462 </jenkins .baseline>
25
+ <jenkins .baseline>2.479 </jenkins .baseline>
26
26
<jenkins .version>${jenkins.baseline} .1</jenkins .version>
27
27
<no-test-jar >false</no-test-jar >
28
28
<hpi .compatibleSinceVersion>5.2</hpi .compatibleSinceVersion>
61
61
<dependency >
62
62
<groupId >io.jenkins.tools.bom</groupId >
63
63
<artifactId >bom-${jenkins.baseline}.x</artifactId >
64
- <version >3276.vcd71db_867fb_2 </version >
64
+ <version >3613.v584fca_12cf5c </version >
65
65
<scope >import</scope >
66
66
<type >pom</type >
67
67
</dependency >
You can’t perform that action at this time.
0 commit comments