The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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

DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events