jenkins-matlab-plugin
                                
                                
                                
                                    jenkins-matlab-plugin copied to clipboard
                            
                            
                            
                        This plugin enables you to run MATLAB® and Simulink® as part of your Jenkins™ build.
With reference to Braess Hennings Mails which is quoted below. It seems we shall allow user to use some of the essential MATLAB startup options in this case its was...
For example, PDF Report is not supported in Mac system is a known bug. The error messages(such as below) in Console log could be more specific. It can seem to...
As per the discussion in PR #130 we shall find a reasonable solution to avoid the stack trace of test_runner_.m being displayed on console log
Fixes https://github.com/mathworks/jenkins-matlab-plugin/issues/285, https://github.com/mathworks/jenkins-matlab-plugin/issues/337 and https://github.com/mathworks/jenkins-matlab-plugin/issues/349 by: - Adding sentinel for skipped tasks in logs and linking table links to them - Adding build results table generation for Run MATLAB command...
The minimum Jenkins version required to install MATLAB Jenkins Plugin is shown in the plugin [doc page](https://plugins.jenkins.io/matlab/). This version value is read from the [POM file](https://github.com/mathworks/jenkins-matlab-plugin/blob/IntegTests/pom.xml). For 2.14.0 Jenkins MATLAB...
Occurs inside of a Docker container when using batch token licensing. Doesn't interfere with the build, but probably something that we should look into. I'm wondering if it's coming from...
Skipped is different than not run. When task dont run (because an earlier task has failed) It should show up as not run, but this is diferent than skipped.
Hello, I;d like to add (custom) plugins when running the Matlab test. As example, I want to add an extra output format for test results. So my request is to...
There is no link for skipped build tasks using the Run MATLAB build step.