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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.