Skip to content

Commit f153873

Browse files
committed
Use docker-workflow 592.v1001d948426c, not 595.v60cec912059b_
The 595.v60cec912059b_ tests fail on the ci.jenkins.io agents that are used for BOM builds. The failure message is: > java.lang.IllegalArgumentException: No enum constant > org.jenkinsci.plugins.docker.workflow.DockerTestUtil.DockerOsMode. > CANNOT CONNECT TO THE DOCKER DAEMON AT UNIX:///VAR/RUN/DOCKER.SOCK. IS > THE DOCKER DAEMON RUNNING? A pull request has been proposed to resolve the failure by skipping those tests on machines that have the docker executable available but the user does not have permission to use docker. The pull request is: * jenkinsci/docker-workflow-plugin#336
1 parent ead6b79 commit f153873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bom-weekly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@
986986
<dependency>
987987
<groupId>org.jenkins-ci.plugins</groupId>
988988
<artifactId>docker-workflow</artifactId>
989-
<version>595.v60cec912059b_</version>
989+
<version>592.v1001d948426c</version>
990990
</dependency>
991991
<dependency>
992992
<groupId>org.jenkins-ci.plugins</groupId>

0 commit comments

Comments
 (0)