File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 192
192
<artifactId >test-harness</artifactId >
193
193
<version >${configuration-as-code-plugin.version} </version >
194
194
</dependency >
195
+ <dependency >
196
+ <groupId >io.jenkins.docker</groupId >
197
+ <artifactId >docker-plugin</artifactId >
198
+ <version >1274.vc0203fdf2e74</version >
199
+ </dependency >
195
200
<dependency >
196
201
<groupId >io.jenkins.plugins</groupId >
197
202
<artifactId >adoptopenjdk</artifactId >
Original file line number Diff line number Diff line change 183
183
<artifactId >test-harness</artifactId >
184
184
<scope >test</scope >
185
185
</dependency >
186
+ <dependency >
187
+ <groupId >io.jenkins.docker</groupId >
188
+ <artifactId >docker-plugin</artifactId >
189
+ <scope >test</scope >
190
+ </dependency >
186
191
<dependency >
187
192
<groupId >io.jenkins.plugins</groupId >
188
193
<artifactId >adoptopenjdk</artifactId >
You can’t perform that action at this time.
0 commit comments