-
Bug
-
Resolution: Fixed
-
Major
-
jenkins-master in lxc (2.401.1) Plugin-Version 5.4.1
With update the plugin from 5.4.0 to 5.4.1 the pipeline-job ends with:
java.lang.IllegalArgumentException: Invalid version string: '8.1.0'
at java.base/java.lang.Runtime$Version.parse(Runtime.java:1033)
at org.jenkinsci.plugins.DependencyCheck.DependencyCheckToolBuilder.isSuccess(DependencyCheckToolBuilder.java:180)
at org.jenkinsci.plugins.DependencyCheck.DependencyCheckToolBuilder.perform(DependencyCheckToolBuilder.java:165)
Because the java.lang.Runtime$Version.parse not allow a Version with 0 as last Number.
The format is:
[1-9][0-9]((\.0)\.[1-9][0-9])
so Version 8.3.1 is allowed but 8.4.0 ist not allowed.
- duplicates
-
JENKINS-71982 dependency-check fail the build due to invalid version
- Closed