, 2014 10:45 AM
To: jenkinsci-users@googlegroups.com
Subject: Re: Jenkins, BitBucket and MatLab on Ubuntu
Hello Eric
By a lucky chance i got a picture of the failure, I have attached it to this
post.
>From what I could figure out it seems like you’re right, but I will not be
>able to tr
You don't say what the failure is, but I suspect the "matlab" command
may not be found. Jenkins is probably running as a different user than
you (likely as user "jenkins"), and this user does not have matlab on
its path. You could address this by either adding the necessary elements
to the Jenk
>
> In the ‘Build’ section, add a build step called ‘Execute Shell’. When
> this job runs, it will create a new (and temporary) directory, drop
> everything you’re pulling out of BitBucket into that directory and the
> appropriate subdirectories, and then run whatever you put in the execute
>
You’ll want to go through the documentation at http://jenkins-ci.org/, clearly.
I’m assuming that you have BitBucket and MatLab (two technologies that I am
unfamiliar with) on a Ubuntu box. I’m also assuming that you know BitBucket,
MatLab, and Ubuntu. Frankly, I’m not sure what TAP is, so I c