Skip to content

Commit 3dfd262

Browse files
authored
Refresh plugin (jenkinsci#211)
1 parent d95673f commit 3dfd262

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Jenkinsfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
buildPlugin(useContainerAgent: true, configurations: [
2-
[ platform: "linux", jdk: "8" ],
3-
[ platform: "windows", jdk: "8" ],
4-
[ platform: "linux", jdk: "11" ]
2+
[platform: 'linux', jdk: 17],
3+
[platform: 'windows', jdk: 11],
54
])

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.jenkins-ci.plugins</groupId>
3030
<artifactId>plugin</artifactId>
31-
<version>4.50</version>
31+
<version>4.63</version>
3232
<relativePath />
3333
</parent>
3434
<groupId>org.jenkins-ci.plugins.workflow</groupId>
@@ -63,15 +63,15 @@
6363
</pluginRepositories>
6464
<properties>
6565
<changelist>999999-SNAPSHOT</changelist>
66-
<jenkins.version>2.303.3</jenkins.version>
66+
<jenkins.version>2.361.4</jenkins.version>
6767
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
6868
</properties>
6969
<dependencyManagement>
7070
<dependencies>
7171
<dependency>
7272
<groupId>io.jenkins.tools.bom</groupId>
73-
<artifactId>bom-2.303.x</artifactId>
74-
<version>1500.ve4d05cd32975</version>
73+
<artifactId>bom-2.361.x</artifactId>
74+
<version>2081.v85885a_d2e5c5</version>
7575
<scope>import</scope>
7676
<type>pom</type>
7777
</dependency>

0 commit comments

Comments
 (0)