On Wed, Nov 11, 2020 at 11:24 AM Tal Yanai <[email protected]> wrote: > ReportBuildAction reportAction = new ReportBuildAction(run, > summaryReportParams, vAPIConnectionParam, > tl,run.getExecutor().getCurrentWorkspace());
Use the `fp` parameter you were given, not `run.executor.currentWorkspace`, and just use `FilePath` methods to copy stuff from the agent to the controller. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1y5F2iM4ogWCuWtwDKR-uGWFh%2BxFw9Hy42drgWsdisCA%40mail.gmail.com.
