Skip to content

Commit

Permalink
Add Ignore Committer Strategy to the managed set (#4356)
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope authored Jan 31, 2025
1 parent e1b4dd9 commit a488b4c
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 @@ -40,6 +40,11 @@
<dependencyManagement>
<dependencies>
<!-- Plugins (sorted): -->
<dependency>
<groupId>au.com.versent.jenkins.plugins</groupId>
<artifactId>ignore-committer-strategy</artifactId>
<version>29.v7c3891a_434c3</version>
</dependency>
<dependency>
<groupId>com.cloudbees.jenkins.plugins</groupId>
<artifactId>file-leak-detector</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 @@ -53,6 +53,11 @@
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-step-api</artifactId>
</dependency>
<dependency>
<groupId>au.com.versent.jenkins.plugins</groupId>
<artifactId>ignore-committer-strategy</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.cloudbees.jenkins.plugins</groupId>
<artifactId>file-leak-detector</artifactId>
Expand Down

0 comments on commit a488b4c

Please sign in to comment.