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

Add skip reason for skipped tasks in build results table #356

Closed mw-kapilg closed 2 months ago

mw-kapilg commented 3 months ago

Fixes https://github.com/mathworks/jenkins-matlab-plugin/issues/344 by showing skip reason in build results table

Sample: Screenshot 2024-08-20 115030

nbhoski commented 3 months ago

Maybe the blue ( #0074BA )for skip what we have been using for Github actions would be more consistent option.

mw-kapilg commented 3 months ago

I've updated the MATLAB Build results table to be consistent with GitHub actions. Changes include:

GitHub actions PR

Screenshot 2024-08-29 144210

nbhoski commented 2 months ago

I've updated the MATLAB Build results table to be consistent with GitHub actions. Changes include:

  • First column header text: Task Name -> Task
  • Duration column header time format: HH:MM:SS -> HH:mm:ss (as per MATLAB doc)
  • Successful task status: Passed -> Successful
  • Successful task color: Blue -> Green
  • Skipped task color: Yellow -> Blue

GitHub actions PR

Screenshot 2024-08-29 144210

The Green color somehow is not very prominent either we could consider making it bit bold or use bit darker shade