On Wed, Oct 30, 2019 at 2:54 AM Tal Yanai <[email protected]> wrote: > If I understood correctly, there's not necessarily one node's workspace for a > given build of Pipeline.
Correct—there could be zero, one, or many. > Is there any mechanism for a step (shell step in this case) to notify the > master (or the following plugin step) on which Node did it run? That is so > the following step (the plugin) will know from where to pick the input files > created by the shell step? Not sure what you are getting at. Steps should be self-contained and independent. If it needs a parameter, pass it from the script. Hard to answer without a concrete example. -- 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/CANfRfr1BgY9tZwmtPcwp9vPji40hGEJ7F_Jnc1-kdjUopiiWsg%40mail.gmail.com.
