Skip to content

Commit

Permalink
Merge pull request #267 from basil/refresh
Browse files Browse the repository at this point in the history
Update `Jenkinsfile` and plugin parent POM
  • Loading branch information
alecharp authored Apr 27, 2023
2 parents a2de638 + 7ebe25f commit 84693f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
buildPlugin(configurations: [
[platform: 'linux', jdk: '11'],
[platform: 'windows', jdk: '11'],
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
])
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.59</version>
<version>4.61</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 84693f6

Please sign in to comment.