Has anyone been able to get the example 
from http://javadoc.jenkins-ci.org/hudson/FilePath.html to actually run in 
Script Console?
Direct copy-paste doesn't work, didn't work, complaints ex:

Script1.groovy: 10: The class 'Freshen' has an incorrect modifier static.
>  @ line 10, column 2.
>     private static final class Freshen implements FileCallable<Void> {


 ... other threads have pointed out using MasterToSlaveFileCallable , 
didn't work, errors of either unserializable or file not found (what file?)

I feel like I'm missing a crucial piece of info here, but all of the "oh 
just tweak this" recommendations are not useful for resolution. Perhaps 
permissions / creds issue?

Although a bit of slave-side computation is going on, it's nothing 
ridiculous, so just using FilePath is recommended method?

Thoughts?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/5e5a044c-bf8b-483a-abaa-a2117e0ee651%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to