i have configured a Jenkins pipeline job as follows and env.WORKSPACE works fine
steps { script { echo "${env.WORKSPACE}" } }
durin