Skip to content

Commit

Permalink
Add Azure VM Agents to managed set (#4015)
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope authored Nov 23, 2024
1 parent 5d8631e commit ea9965f
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 @@ -600,6 +600,11 @@
<artifactId>azure-credentials</artifactId>
<version>312.v0f3973cd1e59</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>azure-vm-agents</artifactId>
<version>968.v7885b_e6e6fb_b_</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>badge</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 @@ -509,6 +509,11 @@
<artifactId>azure-credentials</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>azure-vm-agents</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>badge</artifactId>
Expand Down

0 comments on commit ea9965f

Please sign in to comment.