如何在 Jenkins Workflow 脚本中使用 Log Parser Plugin
How to use Log Parser Plugin in a Jenkins Workflow script
Log Parser 插件现已 compatible with Workflow 但我该如何使用它?
最简单的方法是使用 Snippet Generator 获取使用它的示例步骤语句。
代码段生成器是个好主意;但是,它不会生成完整的行以使其工作。有必要在代码行末尾添加“, projectRulePath: ''”.
最后一行会碍事,例如:
logParser failBuildOnError: true, parsingRulePAth: '/myRulesPath', showGraphs:true, unstableOnWarning: true, useProjectRule: false, projectRulePath: ''
Log Parser 插件现已 compatible with Workflow 但我该如何使用它?
最简单的方法是使用 Snippet Generator 获取使用它的示例步骤语句。
代码段生成器是个好主意;但是,它不会生成完整的行以使其工作。有必要在代码行末尾添加“, projectRulePath: ''”.
最后一行会碍事,例如:
logParser failBuildOnError: true, parsingRulePAth: '/myRulesPath', showGraphs:true, unstableOnWarning: true, useProjectRule: false, projectRulePath: ''