Skip to content

Commit a488b4c

Browse files
authored
Add Ignore Committer Strategy to the managed set (#4356)
1 parent e1b4dd9 commit a488b4c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

bom-weekly/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
<dependencyManagement>
4141
<dependencies>
4242
<!-- Plugins (sorted): -->
43+
<dependency>
44+
<groupId>au.com.versent.jenkins.plugins</groupId>
45+
<artifactId>ignore-committer-strategy</artifactId>
46+
<version>29.v7c3891a_434c3</version>
47+
</dependency>
4348
<dependency>
4449
<groupId>com.cloudbees.jenkins.plugins</groupId>
4550
<artifactId>file-leak-detector</artifactId>

sample-plugin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
<groupId>org.jenkins-ci.plugins.workflow</groupId>
5454
<artifactId>workflow-step-api</artifactId>
5555
</dependency>
56+
<dependency>
57+
<groupId>au.com.versent.jenkins.plugins</groupId>
58+
<artifactId>ignore-committer-strategy</artifactId>
59+
<scope>test</scope>
60+
</dependency>
5661
<dependency>
5762
<groupId>com.cloudbees.jenkins.plugins</groupId>
5863
<artifactId>file-leak-detector</artifactId>

0 commit comments

Comments
 (0)