stage ('change folder') { script { sh "echo \"CD_DIR=${CD_DIR}\"" sh "cd ${CD_DIR}"; } }