Find out in which Slave the Jenkins Pipeline is running Find out in which Slave the Jenkins Pipeline is running jenkins jenkins

Find out in which Slave the Jenkins Pipeline is running


The environment variable ${NODE_NAME} should have it:

node ('my_Label) {   println "${NODE_NAME}"}