I would like to create a Jenkins job which would trigger Matlab function. It is easy!
C:\Program Files\MATLAB\R2012a\bin\matlab.exe -nodisplay -r "disp('Hello World!');exit"
The question is how to return the matlab command window.
It is of course cool to start some process, but I need to track it. Some of you say probably “.log”. I know, but I want to see it alive in Jenkins console.
Is there a way to achieve it?