File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-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 : 11 ],
10
+ [platform : ' windows' , jdk : 8 ]
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.31 </version >
7
+ <version >4.88 </version >
8
8
<relativePath />
9
9
</parent >
10
10
<groupId >io.jenkins.plugins</groupId >
14
14
<properties >
15
15
<revision >0.2</revision >
16
16
<changelist >-SNAPSHOT</changelist >
17
- <jenkins .version>2.249.1</jenkins .version>
18
- <java .level>8</java .level>
17
+ <jenkins .version>2.462.3</jenkins .version>
19
18
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
20
19
<useBeta >true</useBeta >
21
20
</properties >
30
29
31
30
<url >https://github.com/jenkinsci/${project.artifactId} -plugin</url >
32
31
<scm >
33
- <connection >scm:git:git ://github.com/${gitHubRepo} .git</connection >
32
+ <connection >scm:git:https ://github.com/${gitHubRepo} .git</connection >
34
33
<developerConnection >scm:git:git@github.com:${gitHubRepo} .git</developerConnection >
35
34
<url >https://github.com/${gitHubRepo} </url >
36
35
<tag >HEAD</tag >
You can’t perform that action at this time.
0 commit comments