Skip to content

Commit

Permalink
Update plugin pom (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Dec 4, 2022
1 parent 1a6e2a8 commit 9493020
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
buildPlugin(useContainerAgent: true, configurations: [
[ platform: "linux", jdk: "8" ],
[ platform: "linux", jdk: "11" ],
[ platform: 'linux', jdk: '17' ]
])
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.47</version>
<version>4.52</version>
<relativePath />
</parent>

Expand All @@ -27,7 +27,7 @@
</pluginRepositories>

<properties>
<jenkins.version>2.346.3</jenkins.version>
<jenkins.version>2.361.4</jenkins.version>
<spotbugs.threshold>High</spotbugs.threshold>
<changelist>999999-SNAPSHOT</changelist>
</properties>
Expand All @@ -36,8 +36,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.346.x</artifactId>
<version>1678.vc1feb_6a_3c0f1</version>
<artifactId>bom-2.361.x</artifactId>
<version>1723.vcb_9fee52c9fc</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 9493020

Please sign in to comment.