-
New Feature
-
Resolution: Unresolved
-
Minor
Currently essentialsTest() in Jenkins Pipeline Library requires JTH 2.38 in order to run tests properly. But actually there may be plugins using newer versions.
Proposal:
- Add "minimum JTH version" parameter to PCT
- If the plugin's JTH version is lower, bump it
- Otherwise do not touch that
It will allow to remove the JTH settings from `essentialsTest()`