Skip to content

Commit

Permalink
Add S3 publisher to managed set (#4222)
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope authored Jan 16, 2025
1 parent 54b3c85 commit 3d14565
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom-2.462.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,11 @@
<artifactId>reverse-proxy-auth-plugin</artifactId>
<version>1.7.7</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>s3</artifactId>
<version>483.vcb_db_3dcee68f</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>saml</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1296,6 +1296,11 @@
<artifactId>run-condition</artifactId>
<version>1.7</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>s3</artifactId>
<version>494.v65894c3ef139</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>saml</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 @@ -1130,6 +1130,11 @@
<artifactId>run-condition</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>s3</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>saml</artifactId>
Expand Down

0 comments on commit 3d14565

Please sign in to comment.