Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: matrix-combinations-parameter-plugin
-
Labels:None
-
Environment:Ubuntu 14.04 x86_64
OpenJDK7
Jenkins 2.14
Matrix Configuration Parameter Plugin 1.0.9
-
Similar Issues:
Description
Currently,
the matrix-combinations-parameter plugin could support 4 auto-selection:
Successful
Failed
All
None
I'd like to have the 5th auto-selection "Previous"
to be able to select based on the previous build selection.
Attachments
Issue Links
- is related to
-
JENKINS-36894 Refactor shortcuts of matrix-combination plugin
-
- Closed
-
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?