-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
We have a use case where we record some built artifacts to an external system by passing their location. Currently, we pass the URL to the artifact but our system can also accept an S3 location. We are looking to being utilizing this plugin and it would be ideal for us if we were able to access the S3 location of the artifacts rather than the artifact URL that redirects to the presigned URL.
For some additional context, currently utilize a global pipeline library function that gets the artifact URL in the following manner:
def artifactUrl = "${env.BUILD_URL}/artifact/${currentBuild.rawBuild.artifacts[i].getHref()}"
- relates to
-
JENKINS-70651 Allow retrieval of S3 paths for separate downloads
- Open