File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ buildPlugin(
6
6
useContainerAgent : true ,
7
7
// Show failures on all configurations
8
8
failFast : false ,
9
- // Opt-in to the Artifact Caching Proxy, to be removed when it will be in opt-out.
9
+ // Opt-in to the Artifact Caching Proxy, to be removed when it will be opt-out.
10
10
// See https://github.com/jenkins-infra/helpdesk/issues/2752 for more details and updates.
11
11
artifactCachingProxyEnabled : true ,
12
- // Test Java 8 with default Jenkins version, Java 11 with a recent LTS, Java 17 even more recent
12
+ // Test Java 11 with a recent LTS, Java 17 even more recent
13
13
configurations : [
14
- [platform : ' linux' , jdk : ' 17' , jenkins : ' 2.375 ' ],
15
- [platform : ' linux' , jdk : ' 11' , jenkins : ' 2.361.4 ' ],
16
- [platform : ' windows' , jdk : ' 8 ' ]
14
+ [platform : ' linux' , jdk : ' 17' , jenkins : ' 2.380 ' ],
15
+ [platform : ' linux' , jdk : ' 11' , jenkins : ' 2.375.1 ' ],
16
+ [platform : ' windows' , jdk : ' 11 ' ]
17
17
]
18
18
)
Original file line number Diff line number Diff line change 61
61
<dependencies >
62
62
<dependency >
63
63
<groupId >io.jenkins.tools.bom</groupId >
64
- <artifactId >bom-2.346 .x</artifactId >
64
+ <artifactId >bom-2.361 .x</artifactId >
65
65
<version >1723.vcb_9fee52c9fc</version >
66
66
<scope >import</scope >
67
67
<type >pom</type >
140
140
<properties >
141
141
<changelist >999999-SNAPSHOT</changelist >
142
142
<gitHubRepo >jenkinsci/testng-plugin-plugin</gitHubRepo >
143
- <jenkins .version>2.346.3 </jenkins .version>
143
+ <jenkins .version>2.361.4 </jenkins .version>
144
144
<spotbugs .effort>Max</spotbugs .effort>
145
145
<spotbugs .failOnError>true</spotbugs .failOnError>
146
146
<!-- Not yet ready for Low threshold, too many warnings to resolve -->
You can’t perform that action at this time.
0 commit comments