Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-21497

Ability to prevent a step from downloading a certain artifacts

XMLWordPrintable

    • 3
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Issue Summary

      Currently, Bitbucket Pipelines has the ability to decide whether to download ALL or none of the artifacts, it would be a useful feature to allow users to decide which artifacts they want to download in the step.

      Current possibility:

      artifacts:
       download: false # do not download artifacts in this step
      
      artifacts:
       download: true # download ALL the artifacts in this step
      

      Suggested possibility:

      artifacts:
       download: file1.tar.gz, file2.tar.gz #to download ONLY certain files
      

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

              Unassigned Unassigned
              ncsupka Norbert Csupka
              Votes:
              106 Vote for this issue
              Watchers:
              31 Start watching this issue

                Created:
                Updated: