jenkins-matlab-plugin icon indicating copy to clipboard operation
jenkins-matlab-plugin copied to clipboard

This plugin enables you to run MATLAB® and Simulink® as part of your Jenkins™ build.

Results 13 jenkins-matlab-plugin issues
Sort by recently updated
recently updated
newest added

I've noticed that sometimes a stage is 'stuck'. where I have executed a certain task in the buildtool, it completes but somehow jenkins does not continue, so probably Matlab isn't...

We have had multiple builds break that we could not explain, where in the Jenkins logs we would end up with the errors listed below. Builds that passed all stages...

bug
help wanted

This PR contains sams refactoring changes. Also it will make sure all the features that are supported so far will be there in this refactored code.

When using -sd with Run MATLAB Tests, there is a File not found waring shown before running the tests. This is because of the delete command used to remove the...

enhancement

When the tasks in the buildfile are skipped, the hyperlink of the task doesn't point to the build task logs. It just opens the starting of that Jenkins build log....

enhancement

I was using Jenkins 2.346, got some error when install the new released plugin. The error says Jenkins(2.357) or higher required. Should we mention it in doc that the minimum...

enhancement

Hi, this is honestly a great plugin for Jenkins! I have one issue you may want to look into: When using the flag parallel, the normal "matlabTestArtifacts/taptestresults.tap" is not provided....

enhancement

Hello, i have several Unittests and at least one of them checks if everything works properly using the parallel toolbox. The test is not failing after all, but Jenkins returns...

not bug

We had received an issue from one of our customer whose test ran successfully on Jenkins however the build failed with below error {Unrecognized function or variable 'tmpDir'. } ERROR:...

bug

Per #232 , if you set an ERRORLEVEL env variable on Windows before calling Run MATLAB Command, as shown: ``` set ERRORLEVEL ERRORLEVEL = test; ``` it may cause MATLAB...

bug