o will it be
>>>> possible for me to change the PATH of Jenkins userid and and run the MATLAB
>>>> simulation.
>>>> Thank you!
>>>>
>>>>
>>>> On Thursday, 26 June 2014 11:36:49 UTC+2, matthew...@diamond.ac.uk
>>
June 2014 11:36:49 UTC+2, matthew...@diamond.ac.uk
>>> wrote:
>>>
>>>> Doesn’t matlab: command not found tell you what the problem is? If it
>>>> works from the terminal but not under Jenkins, then the PATH is presumably
>>>> different
id that Jenkins runs under?
>>>
>>>
>>>
>>> *From:* Rachit Kumar [mailto:tihcar...@gmail.com]
>>> *Sent:* 26 June 2014 10:30
>>> *To:* jenkins...@googlegroups.com
>>>
>>> *Subject:* Not able to run MATLAB execution usi
using the same
>> userid that Jenkins runs under?
>>
>>
>>
>> *From:* Rachit Kumar [mailto:tihcar...@gmail.com]
>> *Sent:* 26 June 2014 10:30
>> *To:* jenkins...@googlegroups.com
>>
>> *Subject:* Not able to run MATLAB execution using shell
in from the terminal using the same
> userid that Jenkins runs under?
>
>
>
> *From:* Rachit Kumar [mailto:tihcar...@gmail.com ]
> *Sent:* 26 June 2014 10:30
> *To:* jenkins...@googlegroups.com
> *Subject:* Not able to run MATLAB execution using shell script.
>
...@gmail.com]
Sent: 26 June 2014 10:30
To: jenkinsci-users@googlegroups.com
Subject: Not able to run MATLAB execution using shell script.
Following is the shell script:
#!/bin/bash
matlab -nosplash -nodisplay -r
"InitFileName='model_init',VariableList={'motorspeed' &
Following is the shell script:
#!/bin/bash
matlab -nosplash -nodisplay -r
"InitFileName='model_init',VariableList={'motorspeed' 'motorpositions'
'voltage'},SimStart=0,SimEnd=20,ModelName='jenkins_test_model';jenkins_matlab"
This works fine when I execute it from Terminal, but throws following e