Bump org.jenkins-ci.plugins:docker-workflow from 592.v1001d948426c to 596.v3e6972b_46b_e2 in /bom-weekly#4473
Merged
basil merged 4 commits intojenkinsci:masterfrom Feb 18, 2025
Conversation
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 This commit tests that build in plugin BOM
This was referenced Feb 16, 2025
basil
reviewed
Feb 18, 2025
org.jenkins-ci.plugins:docker-workflow from 592.v1001d948426c to 596.v3e6972b_46b_e2 in /bom-weekly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Test docker-workflow pre-release 596.v942f78663d94
The 595.v60cec912059b_ tests fail on the ci.jenkins.io agents that are used for BOM builds. The failure message is:
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:
This commit tests the build from the pull request
Testing done
Ran local test successfully with
LINE=weekly PLUGINS=docker-workflow TEST=InjectedTest bash local-test.shSubmitter checklist