Workspace variable not printing in Jenkins Pipeline post step

前端 未结 0 1836
悲&欢浪女
悲&欢浪女 2020-12-14 18:05

i have configured a Jenkins pipeline job as follows and env.WORKSPACE works fine

steps {
script
{
echo "${env.WORKSPACE}"
}
}

durin

相关标签:
回答
  • 消灭零回复
提交回复
热议问题