mathworks / jenkins-matlab-plugin

This plugin enables you to run MATLAB® and Simulink® as part of your Jenkins™ build.
47 stars 54 forks source link

MATLAB Build Results doesn't show tasks even though tasks are run in an existing project #280

Closed Vahila closed 10 months ago

Vahila commented 10 months ago

I have an existing project which has buildfile in the workspace. The MATLAB Build Tasks shows 0 tasks are run even when 3 tasks are run. image

image

When used the same buildfile in new project, the summary and table show expected metrics

nbhoski commented 10 months ago

Looks like you may be running on older MATLAB which does not support invoking the plugin explicitly . try running with 24a pre rel which has updated code

Vahila commented 10 months ago

In 2024a, this works as expected.