4

The Log Parser Plugin is now compatible with Workflow but how do I use it?

Lars Bilke
  • 4,940
  • 6
  • 45
  • 63

2 Answers2

6

Easiest is to use Snippet Generator to get an example step statement using it.

Jesse Glick
  • 24,539
  • 10
  • 90
  • 112
4

Snippet Generator is a good idea; however, it is not generating the complete line to make it work. It is necessary to add at the end of the code line ", projectRulePath: ''".

Final line will be in the way, for example:

logParser failBuildOnError: true, parsingRulePath: '/myRulesPath', showGraphs:true, unstableOnWarning: true, useProjectRule: false, projectRulePath: ''
JRod
  • 151
  • 1
  • 5