tags:

views:

243

answers:

1

I have been setting up a windows master with a Linux slave. When running a Flex Project on the slave node and trying to launch the pmd report plugin there´s a problem with accessing the pmd file - I am sure that it exists and the path is correct:

[PMD] Collecting PMD analysis files...
FATAL: remote file operation failed
hudson.util.IOException2: remote file operation failed

I get excactly the same error when running the TaskScanner plugin. Do I need to install the plugin on the slave? In that case: how do I do that?

+1  A: 

What version of Hudson are you using? There was a problem running various plugins against slave-run jobs, but it was fixed in 1.337.

oeuftete
Great! I was running an older version. Thanx!
subotnik

related questions