Skip to content

Commit

Permalink
Add EC2 to the managed set
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope committed Oct 31, 2024
1 parent afcab4a commit 17d6688
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 @@ -727,6 +727,11 @@
<artifactId>durable-task</artifactId>
<version>577.v2a_8a_4b_7c0247</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>ec2</artifactId>
<version>1715.vb_9e9e841ca_94</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>electricflow</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 @@ -606,6 +606,11 @@
<artifactId>dockerhub-notification</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>ec2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>electricflow</artifactId>
Expand Down

0 comments on commit 17d6688

Please sign in to comment.