I'm using jenkins pipeline. I can get the value of the node name that my job is running on like this: echo "NODE_NAME = ${env.NODE_NAME}"
Now I want to display the value of NODE_NAME on view of jenkins UI in the red circle below. How can I do it? Plz help. Jenkins view