From Jenkins ICON,
it looks like there are 5 different status to represent the previous build status of a matrix cell:
Success
Failed
Success - skipped
Failed - skipped
Not run
<img width="24" height="24" tooltip="Success " src="/static/54ffa35b/images/24x24/blue.png" alt="Success" style="" title="Success ">
<img width="24" height="24" tooltip="Failed " src="/static/ebce1237/images/24x24/red.png" alt="Failed" style="" title="Failed ">
<img width="24" height="24" tooltip="Success - skipped" src="/static/54ffa35b/images/24x24/blue.png" alt="Success" style="opacity:0.5" title="Success - skipped">
<img width="24" height="24" tooltip="Failed - skipped" src="/static/ebce1237/images/24x24/red.png" alt="Failed" style="opacity:0.5" title="Failed - skipped">
<img width="24" height="24" tooltip="Not run" src="/static/54ffa35b/images/24x24/grey.png" alt="Not run" title="Not run">
I'd guess if I could enhance the `if-else` block in `drawMainBall()`
from `./src/main/resources/hudson/plugins/matrix_configuration_parameter/MatrixCombinationsParameterDefinition/index.groovy`,
and update the javascript function `click2Change()` in `drawMainLinksJS()`,
then this probably could work?
From Jenkins ICON,
it looks like there are 5 different status to represent the previous build status of a matrix cell:
Success
Failed
Success - skipped
Failed - skipped
Not run
I'd guess if I could enhance the `if-else` block in `drawMainBall()`
from `./src/main/resources/hudson/plugins/matrix_configuration_parameter/MatrixCombinationsParameterDefinition/index.groovy`,
and update the javascript function `click2Change()` in `drawMainLinksJS()`,
then this probably could work?