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.
1 parent 468cef0 commit b82bd2bCopy full SHA for b82bd2b
src/main/java/org/csanchez/jenkins/plugins/kubernetes/pipeline/ContainerExecProc.java
@@ -3,7 +3,7 @@
3
4
import hudson.Proc;
5
import io.fabric8.kubernetes.client.dsl.ExecWatch;
6
-import io.jenkins.cli.shaded.org.apache.commons.io.output.NullPrintStream;
+import org.apache.commons.io.output.NullPrintStream;
7
import jenkins.util.Timer;
8
9
import java.io.ByteArrayOutputStream;
0 commit comments