Skip to content

Commit

Permalink
Add Azure Storage to the managed set (#4014)
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope authored Nov 23, 2024
1 parent ac9177b commit 5d8631e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1227,6 +1227,11 @@
<artifactId>view-job-filters</artifactId>
<version>392.v2c0a_4dd46909</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>windows-azure-storage</artifactId>
<version>454.v573775e9feef</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>ws-cleanup</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1042,6 +1042,11 @@
<artifactId>view-job-filters</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>windows-azure-storage</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>ws-cleanup</artifactId>
Expand Down

0 comments on commit 5d8631e

Please sign in to comment.