> On 30.01.2017, at 16:41, Ayellet <[email protected]> wrote: > > (in other words: I need an access from my plugin (java plugin), during > hudson.model.listeners.RunListener flow.
A Pipeline run/build can have any number of different workspaces on different nodes in parallel, so the notion of "the workspace" makes no sense in that context. Your plugin will need to be redesigned (e.g. as Pipeline step) if you need access to "the" workspace for Pipeline builds. -- 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/A3CC59E4-F166-432F-BE3E-E9F367131D5E%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
