-
Bug
-
Resolution: Fixed
-
Minor
-
None
I have Checkstlye static analysis plugin installed for a build of a large php codebase. It executes at the end of the build
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Finding all files that match the pattern source/CodeError.xml
[CHECKSTYLE] Parsing 1 files in WORKSPACE
[CHECKSTYLE] Successfully parsed file WORKSPACE/source/CodeError.xml of module with 4152 warnings.
But then not all files are correctly transfered to the master, resulting in blank pages when you want to their content.
In an example build, in the master folder I get 1378 files with 0 size and only 50 with actual content.
- duplicates
-
JENKINS-16222 Source code files for displaying warnings are empty in some cases
-
- Resolved
-
Are there exceptions in the log? How is your slave connected to the master? What OS is running on your master and slave? Which Jenkins and plug-in versions are you using? Are the not transferred files random? I.e., does the next build transfer another set of files? Or the same? Is there a specific pattern in the not transferred files? Are these files checked out in your workspace folder?