File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/test/java/org/jenkinsci/plugins/docker/workflow Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 32
32
import java .io .File ;
33
33
import java .util .Collections ;
34
34
import java .util .logging .Level ;
35
+
36
+ import hudson .util .VersionNumber ;
35
37
import org .apache .commons .fileupload .FileItem ;
36
38
import org .apache .commons .io .FileUtils ;
37
39
import org .hamcrest .Matchers ;
@@ -258,9 +260,10 @@ public class WithContainerStepTest {
258
260
259
261
@ Issue ("JENKINS-33510" )
260
262
@ Test public void cd () throws Exception {
263
+
261
264
story .addStep (new Statement () {
262
265
@ Override public void evaluate () throws Throwable {
263
- DockerTestUtil .assumeDocker ();
266
+ DockerTestUtil .assumeDocker (new VersionNumber ( "17.12" ) );
264
267
WorkflowJob p = story .j .jenkins .createProject (WorkflowJob .class , "prj" );
265
268
p .setDefinition (new CpsFlowDefinition (
266
269
"node {\n " +
You can’t perform that action at this time.
0 commit comments