Skip to content

Commit

Permalink
Refresh plugin (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Apr 28, 2023
1 parent 471f094 commit 673495b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
buildPlugin(useContainerAgent: true, configurations: [
[ platform: 'linux', jdk: '8' ],
[ platform: 'linux', jdk: '11' ]
[ platform: 'linux', jdk: '11' ],
[ platform: 'linux', jdk: '17' ]
])
16 changes: 2 additions & 14 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.51</version>
<version>4.61</version>
</parent>

<artifactId>windows-azure-storage</artifactId>
Expand All @@ -16,7 +16,7 @@
<properties>
<changelist>9999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/azure-storage-plugin</gitHubRepo>
<jenkins.version>2.277.2</jenkins.version>
<jenkins.version>2.361.4</jenkins.version>
</properties>

<licenses>
Expand All @@ -26,18 +26,6 @@
</license>
</licenses>

<developers>
<developer>
<id>xuzhang</id>
<name>Xu Zhang</name>
<email>xuzhang3@microsoft.com</email>
</developer>
<developer>
<id>timja</id>
<name>Tim Jacomb</name>
</developer>
</developers>

<dependencies>
<dependency>
<groupId>io.jenkins.plugins</groupId>
Expand Down

0 comments on commit 673495b

Please sign in to comment.