Hi,

I used workflow to trigger other already existing jobs as below:

stage "BUILD"
node('master') {
build 'test-build'
}

Though I have selected node as 'master' for this step, the build job 
"test-build" gets triggered on some other slave node.
Is this expected behavior?

Regards,
Rupali

-- 
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/c7802f92-9564-49c7-b5c8-fca1fefed009%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to