-
Task
-
Resolution: Fixed
-
Minor
Level | medium (due to lack of reproduction steps yet) |
Skills | a bit of JavaScript, a bit of Jelly |
Culprit: failed-test.jelly#L38-L59
UPDATE: the inline script was moved to an external file, but the onClick handlers are still inline.
Reproduction steps:
- missing
Proposal
- Move the script block to an external file.
- You can find such approach illustrated in https://github.com/jenkinsci/jenkins/pull/5786
Testing notes
- Ensure to reproduce the feature before any change
- Ensure that you reproduce the feature after you have made the change