[JIRA] [log-parser-plugin] (JENKINS-32866) Log Parser Plugin does not parse workflow console outputs

2016-02-12 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32866 
 
 
 
  Log Parser Plugin does not parse workflow console outputs  
 
 
 
 
 
 
 
 
 

Change By:
 
 Manuel Jesús Recena Soto 
 
 
 

Labels:
 
 pipeline 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.


[JIRA] [log-parser-plugin] (JENKINS-32866) Log Parser Plugin does not parse workflow console outputs

2016-02-09 Thread potatopanka...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jeff Burke created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32866 
 
 
 
  Log Parser Plugin does not parse workflow console outputs  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Manuel Jesús Recena Soto 
 
 
 

Components:
 

 log-parser-plugin 
 
 
 

Created:
 

 09/Feb/16 9:12 PM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Jeff Burke 
 
 
 
 
 
 
 
 
 
 
Versions: 
 

Jenkins: 1.644
 

Workflow plugins: 1.12
 

Log Parser Plugin: 2.0
 
 
Issue:  I have the following workflow job: 

 

node {
   step([$class: 'LogParserPublisher', parsingRulesPath: '/var/lib/jenkins/jenkins-rule-logparser', useProjectRule: false])
   echo 'Error: oh no'
}
 

 
and it produces the following console output: 

 
Started by user anonymous
[Workflow] Allocate node : Start
Running on master in 

[JIRA] [log-parser-plugin] (JENKINS-32866) Log Parser Plugin does not parse workflow console outputs

2016-02-09 Thread potatopanka...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jeff Burke updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32866 
 
 
 
  Log Parser Plugin does not parse workflow console outputs  
 
 
 
 
 
 
 
 
 
 
Screen shots of parse working and not working. 
 
 
 
 
 
 
 
 
 

Change By:
 
 Jeff Burke 
 
 
 

Attachment:
 
 parsed-freestyle.png 
 
 
 

Attachment:
 
 parsed-workflow.png 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.


[JIRA] [log-parser-plugin] (JENKINS-32866) Log Parser Plugin does not parse workflow console outputs

2016-02-09 Thread potatopanka...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jeff Burke updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32866 
 
 
 
  Log Parser Plugin does not parse workflow console outputs  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jeff Burke 
 
 
 
 
 
 
 
 
 
 Versions:* Jenkins: 1.644* Workflow plugins: 1.12* Log Parser Plugin: 2.0Issue: I have the following workflow job:{code:java}node {   step([$class: 'LogParserPublisher', parsingRulesPath: '/var/lib/jenkins/jenkins-rule-logparser', useProjectRule: false])   echo 'Error: oh no'}{code}and it produces the following console output:{noformat}Started by user anonymous[Workflow] Allocate node : StartRunning on master in /var/lib/jenkins/jobs/ntsvc-monitor-dev/workspace[Workflow] node {[Workflow] step[Workflow] echoError: oh noes[Workflow] } //node[Workflow] Allocate node : End[Workflow] End of WorkflowFinished: SUCCESS{noformat}The log parser config (/var/lib/jenkins/jenkins-rule-logparser) is:{noformat}error /Error/{noformat}The parsed log view shows only:{noformat}Started by user anonymous[Workflow] Allocate node : StartRunning on master in /var/lib/jenkins/jobs/ntsvc-monitor-dev/workspace[Workflow] node {{noformat}For a FreeStyle job, the same echo message and log parser rules, results in fully parsed log and the error message is detected/colored red.  See attachments for views of parsed log screens. The Jenkins system log does not contain errors for the jobs or the Log Parse plugin... indeed, it contains success messages from the Log Parse plugin. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.