-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 2.32.3
I'm running a set of test that uses Java to connecto to Linux thru JSch exeuting the test executes from a windows bat file from Jenkins, in the main class the System.out.println debug lines works fine, and after the process goes to the next Linux session the first debug line works, but once a command is send nothing comes in the console output but in the java console the output of the Linux command appears, as well in the bat file as it self, the java code is properly exeuted but the console output is not logging anything