Is it possible to access the nodes configuration via Groovy Script? We want to define the nodes to build on:
node(LABEL1 || LABEL2 || LABEL3 ...){ unstash stachedStuff build job jobName }