File tree 2 files changed +18
-4
lines changed
2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ See the documentation for more options:
3
+ https://github.com/jenkins-infra/pipeline-library/
4
+ */
5
+ buildPlugin(
6
+ forkCount : ' 1C' , // Run a JVM per core in tests
7
+ useContainerAgent : true , // Set to `false` if you need to use Docker for containerized tests
8
+ configurations : [
9
+ [platform : ' linux' , jdk : 17 ],
10
+ [platform : ' windows' , jdk : 11 ]
11
+ ]
12
+ )
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.jenkins-ci.plugins</groupId >
6
6
<artifactId >plugin</artifactId >
7
- <version >4.78 </version >
7
+ <version >4.88 </version >
8
8
<relativePath />
9
9
</parent >
10
10
31
31
</scm >
32
32
33
33
<properties >
34
- <jenkins .version>2.426</jenkins .version>
34
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
35
+ <jenkins .baseline>2.462</jenkins .baseline>
36
+ <jenkins .version>${jenkins.baseline} .3</jenkins .version>
35
37
<spotless .check.skip>false</spotless .check.skip>
36
38
</properties >
37
39
38
40
<dependencyManagement >
39
41
<dependencies >
40
42
<dependency >
41
43
<groupId >io.jenkins.tools.bom</groupId >
42
- <artifactId >bom-2.426 .x</artifactId >
43
- <version >2839.v003b_4d9d24fd </version >
44
+ <artifactId >bom-${jenkins.baseline} .x</artifactId >
45
+ <version >4023.va_eeb_b_4e45f07 </version >
44
46
<type >pom</type >
45
47
<scope >import</scope >
46
48
</dependency >
You can’t perform that action at this time.
0 commit comments