Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-69654

Expose artifact S3 location

    XMLWordPrintable

Details

    Description

      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()}"

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              butter1484 Brady Shober
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: