Skip to content

Commit cf5aec1

Browse files
authored
Update plugin pom (#86)
* Update pom.xml * Update Jenkinsfile
1 parent 6ad7884 commit cf5aec1

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Jenkinsfile

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

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.jenkins-ci.plugins</groupId>
3333
<artifactId>plugin</artifactId>
34-
<version>4.51</version>
34+
<version>4.52</version>
3535
<relativePath />
3636
</parent>
3737

@@ -84,15 +84,15 @@
8484

8585
<properties>
8686
<changelist>999999-SNAPSHOT</changelist>
87-
<jenkins.version>2.319.3</jenkins.version>
87+
<jenkins.version>2.361.4</jenkins.version>
8888
</properties>
8989

9090
<dependencyManagement>
9191
<dependencies>
9292
<dependency>
9393
<groupId>io.jenkins.tools.bom</groupId>
94-
<artifactId>bom-2.319.x</artifactId>
95-
<version>1654.vcb_69d035fa_20</version>
94+
<artifactId>bom-2.361.x</artifactId>
95+
<version>1723.vcb_9fee52c9fc</version>
9696
<scope>import</scope>
9797
<type>pom</type>
9898
</dependency>

0 commit comments

Comments
 (0)