Ability to prevent a step from downloading a certain artifacts

XMLWordPrintable

    • 3

      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

            Assignee:
            Unassigned
            Reporter:
            Norbert Csupka
            Votes:
            108 Vote for this issue
            Watchers:
            31 Start watching this issue

              Created:
              Updated: