Skip to content

Commit 924296d

Browse files
authored
Add Job Restrictions to the managed set (#4262)
1 parent 3fdc733 commit 924296d

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
@@ -70,6 +70,11 @@
7070
<artifactId>build-failure-analyzer</artifactId>
7171
<version>2.5.3</version>
7272
</dependency>
73+
<dependency>
74+
<groupId>com.synopsys.arc.jenkinsci.plugins</groupId>
75+
<artifactId>job-restrictions</artifactId>
76+
<version>212.vc34d63a_6704b_</version>
77+
</dependency>
7378
<dependency>
7479
<groupId>io.jenkins</groupId>
7580
<artifactId>configuration-as-code</artifactId>

sample-plugin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@
8383
<artifactId>build-failure-analyzer</artifactId>
8484
<scope>test</scope>
8585
</dependency>
86+
<dependency>
87+
<groupId>com.synopsys.arc.jenkinsci.plugins</groupId>
88+
<artifactId>job-restrictions</artifactId>
89+
<scope>test</scope>
90+
</dependency>
8691
<dependency>
8792
<groupId>io.jenkins</groupId>
8893
<artifactId>configuration-as-code</artifactId>

0 commit comments

Comments
 (0)