Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bitbucket Pipeline step artifact visibility control?

Tim Apps January 24, 2022

Is there a way to disable or limit the visiblity of Pipeline step artifacts so they cannot be downloaded?

I have a bitbucket-pipelines.yml file which contains the following definition for a custom pipeline:

pipelines:  
custom:
A custom pipeline:
- step:
name: Set environment
deployment: dev
script:
- echo "export env=$env" >> environment_variables.txt
artifacts:
- environment_variables.txt

When the pipeline step runs it is possible to download the created artifact as follows:
 Screenshot 2022-01-24 175706.png

Ideally I would like to find a way to not expose the artifacts to an end user - I simply want to share the contents with subsequent steps in a multi-step pipeline. 

Is this possibe with current configuration?

Sincerely, Tim

1 answer

1 accepted

1 vote
Answer accepted
Caroline R
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 27, 2022

Hi, @Tim Apps, thank you for reaching out to Atlassian Community.

Currently, it’s not possible to disable or limit the visibility of Pipeline artifacts so they cannot be downloaded. However, we already have a feature request to restrict the download of Pipelines artifacts as you can see here: 

We suggest that you add your vote there (by selecting the Vote for this issue link) as the number of votes helps the development team and product managers better understand the demand for new features. 

You are more than welcome to leave any feedback, and you can also add yourself as a watcher (by selecting the Start watching this issue link) if you'd like to get notified via email on updates.

Implementation of new features is done as per our policy here and any updates will be posted in the feature request. 

Kind regards,
Caroline

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events