[JIRA] [naginator-plugin] (JENKINS-32821) Regexp doesn't work for matrix-children if without rerunMatrixPart

2016-03-11 Thread de...@ikedam.jp (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 ikedam closed an issue as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
Fixed in naginator-1.17. 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-32821 
 
 
 
  Regexp doesn't work for matrix-children if without rerunMatrixPart  
 
 
 
 
 
 
 
 
 

Change By:
 
 ikedam 
 
 
 

Status:
 
 Resolved Closed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [naginator-plugin] (JENKINS-32821) Regexp doesn't work for matrix-children if without rerunMatrixPart

2016-03-11 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-32821 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Regexp doesn't work for matrix-children if without rerunMatrixPart  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: ikedam Path: src/main/java/com/chikli/hudson/plugin/naginator/NaginatorListener.java src/main/java/com/chikli/hudson/plugin/naginator/NaginatorPublisher.java src/main/java/com/chikli/hudson/plugin/naginator/NaginatorPublisherScheduleAction.java src/main/java/com/chikli/hudson/plugin/naginator/NaginatorScheduleAction.java src/main/java/com/chikli/hudson/plugin/naginator/NoChildStrategy.java src/main/java/com/chikli/hudson/plugin/naginator/RegexpForMatrixStrategy.java src/main/resources/com/chikli/hudson/plugin/naginator/Messages.properties src/main/resources/com/chikli/hudson/plugin/naginator/NaginatorPublisher/config.jelly src/main/resources/com/chikli/hudson/plugin/naginator/NaginatorPublisher/help-noChildStrategy.html src/main/resources/com/chikli/hudson/plugin/naginator/NaginatorPublisher/help-rerunMatrixPart.html src/test/java/com/chikli/hudson/plugin/naginator/NaginatorPublisherTest.java src/test/java/com/chikli/hudson/plugin/naginator/NaginatorScheduleActionTest.java src/test/java/com/chikli/hudson/plugin/naginator/testutils/MyBuilder.java http://jenkins-ci.org/commit/naginator-plugin/76c78c117b80c9a0ca803df49590a75f1dabf327 Log: Merge pull request #29 from ikedam/feature/

JENKINS-32823
_NoTriggerForNoChild 


JENKINS-32823
 [FIXED JENKINS-32821] Added "When no combinations to rerun" and "How to apply the regular _expression_ to matrix" 
Compare: https://github.com/jenkinsci/naginator-plugin/compare/0f1e8f252788...76c78c117b80 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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 

[JIRA] [naginator-plugin] (JENKINS-32821) Regexp doesn't work for matrix-children if without rerunMatrixPart

2016-03-11 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-32821 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Regexp doesn't work for matrix-children if without rerunMatrixPart  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: ikedam Path: src/main/java/com/chikli/hudson/plugin/naginator/NaginatorPublisher.java src/main/java/com/chikli/hudson/plugin/naginator/NaginatorPublisherScheduleAction.java src/main/java/com/chikli/hudson/plugin/naginator/RegexpForMatrixStrategy.java src/main/resources/com/chikli/hudson/plugin/naginator/Messages.properties src/main/resources/com/chikli/hudson/plugin/naginator/NaginatorPublisher/config.jelly src/test/java/com/chikli/hudson/plugin/naginator/NaginatorPublisherTest.java src/test/java/com/chikli/hudson/plugin/naginator/testutils/MyBuilder.java http://jenkins-ci.org/commit/naginator-plugin/7b9f2f2a55f5f8b7ec286a73c55ec78d8270eb8f Log: [FIXED JENKINS-32821] Introduced a new option "How to apply the regular _expression_ to matrix" which replaces "Test regular _expression_ for the matrix parent" 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [naginator-plugin] (JENKINS-32821) Regexp doesn't work for matrix-children if without rerunMatrixPart

2016-03-11 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon resolved as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32821 
 
 
 
  Regexp doesn't work for matrix-children if without rerunMatrixPart  
 
 
 
 
 
 
 
 
 

Change By:
 
 SCM/JIRA link daemon 
 
 
 

Status:
 
 In Progress Resolved 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [naginator-plugin] (JENKINS-32821) Regexp doesn't work for matrix-children if without rerunMatrixPart

2016-02-19 Thread de...@ikedam.jp (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 ikedam commented on  JENKINS-32821 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Regexp doesn't work for matrix-children if without rerunMatrixPart  
 
 
 
 
 
 
 
 
 
 
https://github.com/jenkinsci/naginator-plugin/pull/30 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [naginator-plugin] (JENKINS-32821) Regexp doesn't work for matrix-children if without rerunMatrixPart

2016-02-19 Thread de...@ikedam.jp (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 ikedam started work on  JENKINS-32821 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 

Change By:
 
 ikedam 
 
 
 

Status:
 
 Open In Progress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [naginator-plugin] (JENKINS-32821) Regexp doesn't work for matrix-children if without rerunMatrixPart

2016-02-19 Thread de...@ikedam.jp (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 ikedam commented on  JENKINS-32821 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Regexp doesn't work for matrix-children if without rerunMatrixPart  
 
 
 
 
 
 
 
 
 
 
When rerunMatrixPart=false and regexpForMatrixParent=true, whole matrix should be triggered only when a log of its child matches the regexp, shouldn't it? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [naginator-plugin] (JENKINS-32821) Regexp doesn't work for matrix-children if without rerunMatrixPart

2016-02-19 Thread de...@ikedam.jp (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 ikedam updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32821 
 
 
 
  Regexp doesn't work for matrix-children if without rerunMatrixPart  
 
 
 
 
 
 
 
 
 

Change By:
 
 ikedam 
 
 
 
 
 
 
 
 
 
 * "Regular _expression_ to search for" is checked.* "Test regular _expression_ for the matrix parent" is unchecked.* "Rerun build only for failed parts on the matrix" is *unchecked*.In this case, regexp is not tested at all. - I think this is not functional issue, but this should be warned to users. - 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [naginator-plugin] (JENKINS-32821) Regexp doesn't work for matrix-children if without rerunMatrixPart

2016-02-06 Thread de...@ikedam.jp (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 ikedam created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32821 
 
 
 
  Regexp doesn't work for matrix-children if without rerunMatrixPart  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 ikedam 
 
 
 

Components:
 

 naginator-plugin 
 
 
 

Created:
 

 07/Feb/16 3:39 AM 
 
 
 

Environment:
 

 naginator-plugin 1.16.1 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 ikedam 
 
 
 
 
 
 
 
 
 
 
 

"Regular _expression_ to search for" is checked.
 

"Test regular _expression_ for the matrix parent" is unchecked.
 

"Rerun build only for failed parts on the matrix" is unchecked.
 
 
In this case, regexp is not tested at all. I think this is not functional issue, but this should be warned to users.