[JIRA] [claim-plugin] (JENKINS-28722) Integrate the Build Failure Analyzer plugin with Claim plugin

2016-04-19 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-28722 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Integrate the Build Failure Analyzer plugin with Claim plugin  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: ki82 Path: src/main/resources/hudson/plugins/claim/AbstractClaimBuildAction/summary.jelly src/test/java/hudson/plugins/claim/ClaimBFATest.java http://jenkins-ci.org/commit/claim-plugin/457700bc08eda9e94eda03b27e2e74b755d75672 Log: Merge pull request #19 from clara-kang/dev 
fixed JENKINS-28722 
Compare: https://github.com/jenkinsci/claim-plugin/compare/a8f95f1c1676...457700bc08ed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [claim-plugin] (JENKINS-28722) Integrate the Build Failure Analyzer plugin with Claim plugin

2016-02-19 Thread heng.k...@ericsson.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Clara Kang commented on  JENKINS-28722 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Integrate the Build Failure Analyzer plugin with Claim plugin  
 
 
 
 
 
 
 
 
 
 
I fixed the bug with single quote in failure cause description, and made a pull request.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [claim-plugin] (JENKINS-28722) Integrate the Build Failure Analyzer plugin with Claim plugin

2016-02-19 Thread heng.k...@ericsson.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Clara Kang assigned an issue to Clara Kang 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-28722 
 
 
 
  Integrate the Build Failure Analyzer plugin with Claim plugin  
 
 
 
 
 
 
 
 
 

Change By:
 
 Clara Kang 
 
 
 

Assignee:
 
 Eric Liou Clara Kang 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [claim-plugin] (JENKINS-28722) Integrate the Build Failure Analyzer plugin with Claim plugin

2016-02-08 Thread jtel...@flexerasoftware.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 James Telfer commented on  JENKINS-28722 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Integrate the Build Failure Analyzer plugin with Claim plugin  
 
 
 
 
 
 
 
 
 
 
I installed the most recent release, and it caused a JS error on the page as some of the failure reasons in my instance use single quotes. 
The Display method in Summary.jelly serializes a JSON string into a quoted string; this breaks if the JSON string contains single quotes. The simplest fix is just to escape single quotes in the JSON string so it will parse correctly.  
While I think of it, this approach (serializing a string to JSON for direct output) can also fail if the JSON contains the string fragment  (depending on browser), so it's a place to be careful. I'm not sure what Jelly provides, but there is often a standard string escaping method (_javascript_StringEncode kind of thing) which helps avoid the possible XSS issue. If there's not one already, the (MIT licensed) .NET core project has a possibly-useful implementation. 
If this needs to be a separate bug (as this feature is already released) let me know. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [claim-plugin] (JENKINS-28722) Integrate the Build Failure Analyzer plugin with Claim plugin

2015-12-11 Thread toericl...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Liou assigned an issue to Eric Liou 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-28722 
 
 
 
  Integrate the Build Failure Analyzer plugin with Claim plugin  
 
 
 
 
 
 
 
 
 

Change By:
 
 Eric Liou 
 
 
 

Assignee:
 
 Christian Bremer Eric Liou 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [claim-plugin] (JENKINS-28722) Integrate the Build Failure Analyzer plugin with Claim plugin

2015-12-11 Thread toericl...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Liou started work on  JENKINS-28722 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 

Change By:
 
 Eric Liou 
 
 
 

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] [claim-plugin] (JENKINS-28722) Integrate the Build Failure Analyzer plugin with Claim plugin

2015-12-11 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-28722 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Integrate the Build Failure Analyzer plugin with Claim plugin  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: ki82 Path: .gitignore pom.xml src/main/java/hudson/plugins/claim/AbstractClaimBuildAction.java src/main/java/hudson/plugins/claim/ClaimBuildFailureAnalyzer.java src/main/java/hudson/plugins/claim/ClaimIndication.java src/main/java/hudson/plugins/claim/ClaimPublisher.java src/main/java/hudson/plugins/claim/DescribableTestAction.java src/main/resources/hudson/plugins/claim/AbstractClaimBuildAction/summary.jelly src/main/webapp/JS/json2.js src/main/webapp/help-description.html src/main/webapp/help-errors.html src/test/java/hudson/plugins/claim/ClaimBFATest.java http://jenkins-ci.org/commit/claim-plugin/109ee7f7ab4837eab12fe2be35b3e9349f7ee523 Log: Merge pull request #17 from toericliou/master 
[Fixed JENKINS-28722] Integrate Build-Failure-Analyzer Plugin with Cl… 
Compare: https://github.com/jenkinsci/claim-plugin/compare/834e653b36c8...109ee7f7ab48 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [claim-plugin] (JENKINS-28722) Integrate the Build Failure Analyzer plugin with Claim plugin

2015-12-11 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-28722 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Integrate the Build Failure Analyzer plugin with Claim plugin  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Eric Liou Path: .gitignore pom.xml src/main/java/hudson/plugins/claim/AbstractClaimBuildAction.java src/main/java/hudson/plugins/claim/ClaimBuildFailureAnalyzer.java src/main/java/hudson/plugins/claim/ClaimIndication.java src/main/java/hudson/plugins/claim/ClaimPublisher.java src/main/java/hudson/plugins/claim/DescribableTestAction.java src/main/resources/hudson/plugins/claim/AbstractClaimBuildAction/summary.jelly src/main/webapp/JS/json2.js src/main/webapp/help-description.html src/main/webapp/help-errors.html src/test/java/hudson/plugins/claim/ClaimBFATest.java http://jenkins-ci.org/commit/claim-plugin/c2ea74e2a58cddff9219a03ffe261c1f95ea4be5 Log: [Fixed JENKINS-28722] Integrate Build-Failure-Analyzer Plugin with Claim plugin — Given a failed build and Build-Failure-Analyzer is installed, the user is presented with the defined failure causes in the BFA knowledgebase upon claiming. If a failure cause is selected, the indication is stored by BFA. 
-Add ClaimBuildFailureAnalyzer to allow claiming of failure causes -Add dynamic dropdown box + text-field on UI to display failure causes -Implement tests to verify new functionality 
See JENKINS-28722 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [claim-plugin] (JENKINS-28722) Integrate the Build Failure Analyzer plugin with Claim plugin

2015-06-03 Thread scott.heb...@ericsson.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Scott Hebert updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-28722 
 
 
 
  Integrate the Build Failure Analyzer plugin with Claim plugin  
 
 
 
 
 
 
 
 
 

Change By:
 
 Scott Hebert 
 
 
 
 
 
 
 
 
 
 *Given*afailedbuild* When And *theBuildFailureAnalyzerpluginisinstalledontheJenkinsinstance* And When *ausernavigatestothe failed build*And*theuserclaimsthebuild*Then*theuserispresentedwiththedefinedFailureCausesintheBFAKnowledgeBase*And*aFailureCausecanbeselected*And*theIndicationisstoredbyBFA 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [claim-plugin] (JENKINS-28722) Integrate the Build Failure Analyzer plugin with Claim plugin

2015-06-03 Thread scott.heb...@ericsson.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Scott Hebert created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-28722 
 
 
 
  Integrate the Build Failure Analyzer plugin with Claim plugin  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  New Feature 
 
 
 

Assignee:
 
 Christian Bremer 
 
 
 

Components:
 

 claim-plugin 
 
 
 

Created:
 

 03/Jun/15 3:28 PM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Scott Hebert 
 
 
 
 
 
 
 
 
 
 
Given a failed build  When the Build Failure Analyzer plugin is installed on the Jenkins instance And a user navigates to the build And the user claims the build Then the user is presented with the defined Failure Causes in the BFA KnowledgeBase  And a Failure Cause can be selected And the Indication is stored by BFA 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment