Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Platform: All, OS: All
Description
I am using PMD Plugin (based on findbugs) and Compiler warnings plugin.
When I drill down in the report to the file itself it gives:
Can't read file:
/opt/hudsonslave/workspace/cwswip-l/cws/repos/cws/Synchronizer/synchronizer_DT/java/com/cordys/cws/synchronize/state/item/collection/CwsItemPreparationList.java
(No such file or directory)
We have a distributed setup. The Hudson master only monitors all builds. The
slaves do the actual build. Maybe the plugin tries to read the file locally?
On slave this file exists.
We have installed:
findbugs 2.6
warnings 1.3
pmd 1.3
Code changed in hudson
User: : drulli
Path:
trunk/hudson/plugins/checkstyle/.settings/org.eclipse.jdt.core.prefs
trunk/hudson/plugins/checkstyle/release.sh
trunk/hudson/plugins/checkstyle/src/main/java/hudson/plugins/checkstyle/util/HealthAwarePublisher.java
trunk/hudson/plugins/findbugs/release.sh
trunk/hudson/plugins/findbugs/src/main/java/hudson/plugins/findbugs/util/HealthAwarePublisher.java
trunk/hudson/plugins/pmd/release.sh
trunk/hudson/plugins/pmd/src/main/java/hudson/plugins/pmd/util/HealthAwarePublisher.java
trunk/hudson/plugins/tasks/release.sh
trunk/hudson/plugins/tasks/src/main/java/hudson/plugins/tasks/util/HealthAwarePublisher.java
trunk/hudson/plugins/warnings/src/main/java/hudson/plugins/warnings/util/HealthAwarePublisher.java
http://fisheye4.cenqua.com/changelog/hudson/?cs=12716
Log:
[FIXED JENKINS-1749] Copy files that have annotations from slave to master.