You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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?
@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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.