-
Bug
-
Resolution: Unresolved
-
Minor
-
None
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.
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.