最佳答案
如果我的 jenkins 工作区中存在一个目录,并且工作区中的管道步骤 “ fileExists: 验证文件存在” 似乎不能正常工作,那么我将尝试运行一个块。
我使用 Jenkins v 1.642和管道 v 2.1
if ( fileExists 'test1' ) {
//Some block
}
我还有什么别的选择吗?