Hi,
After running a Groovy script in an execution step, Is there any way to read the returned output? We have tried some options inside the groovy script like print, println, System.out.println/print function, but we cannot see the result on the execution log, it is directly log into the server log.
Is there any way that will work like "ksc_local_exec" which read the returned response with a token like [EXEC.OUTPUT]?
Thanks,