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 78eb768 + 10cf4b1 commit 41331a0Copy full SHA for 41331a0
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