> On 24.01.2017, at 22:11, jer...@bodycad.com wrote:
> 
> I was wondering, if I invoke the step LogParserPublisher command, does it get 
> run on the master even if declared inside the slave node? do I have to 
> stash/copy the rules files back to the master? then do a new node('master') 
> at the end?
> 
> if so I will have to send the email after this, so my ig try catch will 
> overlap 2 node, is that legal code? and the email will get send by the master 
> instead I suppose

The Pipeline is run on the master, with only specific calls being transferred 
to the agent and resulting in execution of something there.

This is no different from e.g. Freestyle projects: They are also actually 
executed on master, and plugins need to take special steps to have happen what 
users expect (e.g. look in actual workspace on agent). So that should all be 
transparent to you as user, unless the plugin developer doesn't follow the 
developer guidance on distributed builds.[1]

1: https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds

-- 
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/69400E35-F2B9-42B5-8A51-44A4B1970EAD%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to