Tag "latest" for pipe atlassian/bitbucket-upload-file

Niek Kouwenberg
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 3, 2023

Currently, you must specifically list the version number of the atlassian/bitbucket-upload-file pipe to be used. Last month a new version (0.3.4) was released. This now requires us to update all repositories with the new version number:

- pipe: atlassian/bitbucket-upload-file:0.3.3
+ pipe: atlassian/bitbucket-upload-file:0.3.4

Is there an option to add a `latest` tag, so we do not have to update our pipeline files and can just use your latest pipe?

1 answer

1 accepted

0 votes
Answer accepted
Igor Stoyanov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 3, 2023

@Niek Kouwenberg  hi.

pipe: atlassian/bitbucket-upload-file:latest

will not work.


You the ability to use latest docker image with:

pipe: docker://bitbucketpipelines/bitbucket-upload-file:latest

but this is a bad idea.

In case of some major pipe changes your pipeline build will stop working.

Also in case of some minor pipe changes your pipeline build may have some false positives.

Regards, Igor

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events