Hi,

I have a question regarding workflow or now the pipeline plugin.
If I execute the following workflow job:

node('A') {
sh "pwd"
}

node('A') {
sh "pwd"
}

Is the second execution guaranteed to execute on the same node and 
directory? 

What I really want to do is:
parallel(build stuff in parallel)
//no errors
parallel(upload binaries to repo)

Therefore I'd like to know if executing on a node always yields the same 
job directory.

Thank you!

Nick

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/f82f985e-1acd-44b6-860f-93e740d58bc0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to