| My mistake: I specify the agent for global: agent { lable 'master' } then in the stage, i specify the agent as one parameter: stage ('abc') { agent {label "${Node_Label}"} steps { XXXXX } } the steps of stage "abc" run in one new workspace(XXXX/workspace@2), even the parameter "Node_Label" is "master”. this is not reference the concurrent building. |