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

Skipped build tasks do not have a working link #337

Closed acampbel closed 2 months ago

acampbel commented 4 months ago

There is no link for skipped build tasks using the Run MATLAB build step.

nbhoski commented 4 months ago

Yes, this was known issue with skip it does not enter into our plugin code hence we currently wont be able to add our sentinel for skip tasks also second rationale was, it would not bemuch helpful to show just skip as there would not be any stack trace or reason to skip will be displayed in the log.

mcafaro commented 4 months ago

There is a skipTask method on BuildRunnerPlugin that is invoked whenever a task will be skipped.