I have below code which is executing fine on 1 node - Server1:
pipeline { agent { node { label \'Server1\' } } stages { stage