Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I wanted to parse the console ouptut using "Log Parser Plugin" . In the https://wiki.jenkins-ci.org/display/JENKINS/Log+Parser+Plugin documentation details of configuration are provided. When I go to global configuration for my job I do not see any "Console Output Parsing" section where I can mention the path of the Parsing Rules files. Though I can see the Console Output(build log) Parsing section.

Because of this the plugin is not able to find the rules file path and I am getting this error log-parser plugin ERROR: Cannot parse log: Can't read parsing rules

Thanks.

share|improve this question

1 Answer

up vote 1 down vote accepted

In the Console Output Parsing section under Manage Jenkins there is an Add button. Hit this and it will create a new rules section where you can input a description and path to the rules file.

If you do not see the Add button, try a different browser.

Rules added here will then be available to select in the job specific configuration.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.