Skip to content

Commit 1af5e6b

Browse files
gountharubuntu
authored and
ubuntu
committed
chore(pom): Use recommended core version 2.462.3, and Java 11.
1 parent d135b28 commit 1af5e6b

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

Jenkinsfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
)

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.31</version>
7+
<version>4.88</version>
88
<relativePath />
99
</parent>
1010
<groupId>io.jenkins.plugins</groupId>
@@ -14,8 +14,7 @@
1414
<properties>
1515
<revision>0.2</revision>
1616
<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>
1918
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
2019
<useBeta>true</useBeta>
2120
</properties>
@@ -30,7 +29,7 @@
3029

3130
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
3231
<scm>
33-
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
32+
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
3433
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
3534
<url>https://github.com/${gitHubRepo}</url>
3635
<tag>HEAD</tag>

0 commit comments

Comments
 (0)