Skip to content

Commit e48912d

Browse files
authored
Add Docker plugin to the managed set (#4706)
1 parent 4a99802 commit e48912d

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
@@ -192,6 +192,11 @@
192192
<artifactId>test-harness</artifactId>
193193
<version>${configuration-as-code-plugin.version}</version>
194194
</dependency>
195+
<dependency>
196+
<groupId>io.jenkins.docker</groupId>
197+
<artifactId>docker-plugin</artifactId>
198+
<version>1274.vc0203fdf2e74</version>
199+
</dependency>
195200
<dependency>
196201
<groupId>io.jenkins.plugins</groupId>
197202
<artifactId>adoptopenjdk</artifactId>

sample-plugin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,11 @@
183183
<artifactId>test-harness</artifactId>
184184
<scope>test</scope>
185185
</dependency>
186+
<dependency>
187+
<groupId>io.jenkins.docker</groupId>
188+
<artifactId>docker-plugin</artifactId>
189+
<scope>test</scope>
190+
</dependency>
186191
<dependency>
187192
<groupId>io.jenkins.plugins</groupId>
188193
<artifactId>adoptopenjdk</artifactId>

0 commit comments

Comments
 (0)