mathworks / jenkins-matlab-plugin

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

Skipped build tasks do not have a working link #337

Open acampbel opened 1 week ago

acampbel commented 1 week ago

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

nbhoski commented 1 week 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 1 week ago

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