Node is a build step. Any build steps can be run in a declarative pipeline,
but you can also specify which node to use with 'agent' on a declarative
pipeline. Everything runs initially on a flyweight executor on the master.
Then it farms out the heavy lifting to the appropriate nodes you specify
I am using "label" to define what gets run where.
--
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 d
I thought “node” was a scripted pipeline thing, but item #4 in this:
[https://www.cloudbees.com/blog/top-10-best-practices-jenkins-pipeline-plugin]
seems to disagree with that.
So I am suppose to use “node” to ensure the Jenkins master doesn’t do any
work? Doesn’t setting executors to