Skip to content

Commit b82bd2b

Browse files
Update src/main/java/org/csanchez/jenkins/plugins/kubernetes/pipeline/ContainerExecProc.java
Co-authored-by: Jesse Glick <[email protected]>
1 parent 468cef0 commit b82bd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/csanchez/jenkins/plugins/kubernetes/pipeline/ContainerExecProc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import hudson.Proc;
55
import io.fabric8.kubernetes.client.dsl.ExecWatch;
6-
import io.jenkins.cli.shaded.org.apache.commons.io.output.NullPrintStream;
6+
import org.apache.commons.io.output.NullPrintStream;
77
import jenkins.util.Timer;
88

99
import java.io.ByteArrayOutputStream;

0 commit comments

Comments
 (0)