Skip to content

Commit 18b0afd

Browse files
Bump plugin from 4.51 to 4.52 (#74)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
1 parent f585979 commit 18b0afd

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

Jenkinsfile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
buildPlugin()
1+
/*
2+
See the documentation for more options:
3+
https://github.com/jenkins-infra/pipeline-library/
4+
*/
5+
buildPlugin(
6+
useContainerAgent: true,
7+
configurations: [
8+
[platform: 'linux', jdk: 17],
9+
[platform: 'windows', jdk: 11],
10+
])

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jenkins-ci.plugins</groupId>
55
<artifactId>plugin</artifactId>
6-
<version>4.51</version>
6+
<version>4.52</version>
77
<relativePath />
88
</parent>
99

@@ -16,8 +16,7 @@
1616
<properties>
1717
<revision>1.3</revision>
1818
<changelist>-SNAPSHOT</changelist>
19-
<java.level>8</java.level>
20-
<jenkins.version>2.204.6</jenkins.version>
19+
<jenkins.version>2.361.4</jenkins.version>
2120
<database.version>1.9</database.version>
2221
</properties>
2322

@@ -49,8 +48,8 @@
4948
</pluginRepositories>
5049

5150
<scm>
52-
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
53-
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
51+
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
52+
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
5453
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
5554
<tag>${scmTag}</tag>
5655
</scm>

0 commit comments

Comments
 (0)