We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1fadb7 + 3fd9fd5 commit 10cf4b1Copy full SHA for 10cf4b1
src/test/java/org/jenkinsci/plugins/docker/workflow/WithContainerStepTest.java
@@ -491,6 +491,7 @@ private static final class Execution extends SynchronousNonBlockingStepExecution
491
});
492
}
493
494
+ @Ignore("TODO currently broken in CI")
495
@Issue("JENKINS-75102")
496
@Test public void windowsRunningWindowsContainerSpaceInPath() {
497
// Launching batch scripts through cmd /c in docker exec gets tricky with special characters
0 commit comments