Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
i am running the .sh file from build job by passing parameters.i need to return the the output.
its like job.sh --context_param type="something" --context_param value="something" so it need to return value by processing
i had done like this done processing in talend and assign it to global varible and using the fixedflow input pointingg to tbufferoutput .
I need help will Tbuffer return value to terminal? How can we know if it is returning value.
Hi,
The return value need to be captured and job will be run in an iterative manner.Cant we return output in other way? since system.exit will bring JVM out.