Issue Type: Improvement Improvement
Assignee: Ulli Hafner
Components: warnings-plugin
Created: 25/Feb/15 6:46 PM
Description:

To due the fact that some log-files consists of warnings but neither information about source code file nor information about line number, it would be helpful to link to the log-file and the line number of the warning in the log-file instead.

e.g. @ groovy-script

...
String fileName = {selected log-file currently parsed}
String lineNumber = {lineNumber in log-file currently analyzed}
...
return new Warning(fileName, Integer.parseInt(lineNumber), "Dynamic Parser", "xyz Warning", message);

To work around the problem if the parser is analyzing stdout instead of a log-file, either stdout could be linked (if possible) or the problem should be handled in the groovy-script.

Project: Jenkins
Priority: Minor Minor
Reporter: nif y
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to