[JIRA] (JENKINS-60346) Indication placeholder syntax does not show all groups

0 views
Skip to first unread message

stephen.humphries@ibm.com (JIRA)

unread,
Dec 2, 2019, 4:59:05 PM12/2/19
to jenkinsc...@googlegroups.com
Stephen Humphries created an issue
 
Jenkins / Bug JENKINS-60346
Indication placeholder syntax does not show all groups
Issue Type: Bug Bug
Assignee: Tomas Westling
Attachments: image-2019-12-02-16-55-14-544.png
Components: build-failure-analyzer-plugin
Created: 2019-12-02 21:58
Priority: Minor Minor
Reporter: Stephen Humphries

I have a failed log which contains the following lines:

 

foo

bar

baz

.

I have a failure cause indication with the following three indications:

 

.*(foo).*

.*(bar).*

.*(baz).*

 

.

I have the following description set for the failure cause:

FOO: "${1,1}"
BAR: "${2,1}"
BAZ: "${3,1}"

 

After running a scan, my build shows the following:

Not all of the placeholders are matched to groups in the indication regexes.

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

stephen.humphries@ibm.com (JIRA)

unread,
Dec 2, 2019, 5:00:02 PM12/2/19
to jenkinsc...@googlegroups.com
Stephen Humphries updated an issue
Change By: Stephen Humphries
I have a failed failure log which contains the following lines:

 
{code:java}
foo

bar

baz
{code}
.

I have a failure cause indication with the following three indications:

 
{code:java}
.*(foo).*

.*(bar).*

.*(baz).*

{code}
 

.

I have the following description set for the failure cause:
{code:java}

FOO: "${1,1}"
BAR: "${2,1}"
BAZ: "${3,1}"{code}
 

After running a scan, my build shows the following:

!image-2019-12-02-16-55-14-544.png|width=327,height=130!


Not all of the placeholders are matched to groups in the indication regexes.
Reply all
Reply to author
Forward
0 new messages