[JIRA] [s3-plugin] (JENKINS-29532) Does not export via JSON API

2016-04-20 Thread mikew...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Watt assigned an issue to Unassigned 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-29532 
 
 
 
  Does not export via JSON API  
 
 
 
 
 
 
 
 
 

Change By:
 
 Michael Watt 
 
 
 

Assignee:
 
 Michael Watt 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [s3-plugin] (JENKINS-29532) Does not export via JSON API

2015-07-22 Thread jo.shie...@xamarin.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jo Shields commented on  JENKINS-29532 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Does not export via JSON API  
 
 
 
 
 
 
 
 
 
 
Initial implementation: https://github.com/directhex/s3-plugin/commit/cc4fba5b2031389c3b88a5eeb245bcf0eb03169f 
Current issues: It attaches inside actions[] rather than at the same depth (which is wrong) - there is an empty artifacts[] too for non-s3 artifacts. Maybe this should export a specific s3artifacts key? Would welcome ideas. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [s3-plugin] (JENKINS-29532) Does not export via JSON API

2015-07-21 Thread jo.shie...@xamarin.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jo Shields created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-29532 
 
 
 
  Does not export via JSON API  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Michael Watt 
 
 
 

Components:
 

 s3-plugin 
 
 
 

Created:
 

 21/Jul/15 12:03 PM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Jo Shields 
 
 
 
 
 
 
 
 
 
 
Users can get information on all build artifacts for non-S3 artifacts, via JENKINSURL/job/JOBNAME/api/json?depth=2 
With S3 artifacts, the relevant JSON is empty: 
 "artifacts" : [ 
 ], 
And there's no JSON entry with information on where the S3 artifacts can be found. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment