当我使用以下方案启用Jenkins Log Parser时
现在,因为解析找到"没有这样的文件或目录"和解析器配置将构建标记为此字符串不稳定。这是预期的行为
找到&#34后,有没有办法将工作标记为成功;所有工作都已完成"?
shell构建步骤示例脚本
set +x
echo "rm: cannot remove directory. No such file or directory"
echo "All jobs are complete"
记录解析器规则
warning /No such file or directory/
info /All jobs are complete/