Skip to content

Commit

Permalink
Merge pull request #94 from jglick/bumps
Browse files Browse the repository at this point in the history
Update POM, test on Java 17
  • Loading branch information
jglick authored Apr 18, 2022
2 parents 3fe51ed + 6457531 commit 5737813
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
buildPlugin(useContainerAgent: true)
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: '17', jenkins: '2.343'],
[platform: 'windows', jdk: '8'],
])
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.39</version>
<version>4.40</version>
<relativePath />
</parent>
<groupId>io.jenkins.plugins</groupId>
Expand All @@ -14,7 +14,6 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.289.1</jenkins.version>
<java.level>8</java.level>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>
<name>File Parameter Plugin</name>
Expand Down

0 comments on commit 5737813

Please sign in to comment.