The Log Parser Plugin is now compatible with Workflow but how do I use it?
Asked
Active
Viewed 8,454 times
2 Answers
6
Easiest is to use Snippet Generator to get an example step statement using it.

Jesse Glick
- 24,539
- 10
- 90
- 112
-
Sure, did not think about it the Snippet Generator... Thanks! – Lars Bilke Dec 21 '15 at 18:31
-
7It's under "step:General Build Step" / "Console output" – Philippe Carriere Jun 14 '16 at 21:01
-
2Thank you @PhilippeCarriere, I don't know how I was supposed to know that on my own, very helpful hint. The plugin's documentation could definitely be better. – UltimateGeek Sep 22 '18 at 15:45
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