Forum Discussion

Pritish_Panda's avatar
Pritish_Panda
Contributor
10 years ago
Solved

How can I capture the output of the ShellScript in Groovy ?

Hi,        I am trying to capture the output of the Shell Script by using below pice of code but it is not working for me .   import java.io.InputStream; import com.jcraft.jsch.ChannelSftp; imp...