Skip to content

Commit

Permalink
build: Bump plugin to 4.40 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Apr 6, 2022
1 parent 779abb4 commit 73beea0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 5 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
buildPlugin(configurations: [
[platform: 'linux', jdk: '11'],
[platform: 'windows', jdk: '11'],
])
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: '11'],
[platform: 'windows', jdk: '11'],
[platform: 'linux', jdk: '17', jenkins: '2.342'],
])
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.39</version>
<version>4.40</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -67,7 +67,6 @@
<changelist>999999-SNAPSHOT</changelist>
<ivy.plugin.version>2.1</ivy.plugin.version>
<jenkins.version>2.319.3</jenkins.version>
<java.level>8</java.level>
<!-- Remove once JENKINS-45055 is fixed -->
<spotbugs.failOnError>false</spotbugs.failOnError>
<!--
Expand Down

0 comments on commit 73beea0

Please sign in to comment.