-
Bug
-
Resolution: Duplicate
-
Critical
-
None
-
Windows Server 2008 R2 Standard Service Pack 1 (latest updates from Windows updates installed),
Oracle Java 1.8.0_66-b18,
Jenkins 2.55 (weekly release),
Checkstyle Plugin 3.48
We have updated from Jenkins 2.51 to 2.55 and also updated all installed plugins to the latest versions (Checkstyle plugin to 3.48) and after the update we can't build anymore our project. The compilation itself is working, but collecting the checkstyle warning leads to the following error:
[CHECKSTYLE] Computing warning deltas based on reference build #4350 ERROR: Build step failed with exception java.nio.file.InvalidPathException: Illegal char <:> at index 87: D:\Jenkins\jobs\CoreService\workspace\svn\source\de\v5\coreservice\file:\D:\Jenkins\jobs\CoreService\workspace\svn\source\de\v5\coreservice\server\request\lpr\AddSyncIDHelperFactory.java
After that the build is marked as failure because of the failing checkstyle run. Before the update everything runs fine and there were no configuration or project settings changes from us before and after the Jenkins update.
- duplicates
-
JENKINS-43531 PC-Lint summary warning leads to java.nio.file.InvalidPathException
- Resolved
- is duplicated by
-
JENKINS-43617 Pipeline maven error: java.nio.file.InvalidPathException: Illegal char <:>
- Closed