This was caused by image version with SHA in pipe.yml
Digest: sha256:e853a53befe6f3ec91449c37b8c74ad74730902a2896289069a400266f15657c
Status: Downloaded newer image for bitbucketpipelines/bitbucket-upload-file@sha256:e853a53befe6f3ec91449c37b8c74ad74730902a2896289069a400266f15657c
Traceback (most recent call last):
File "/pipe.py", line 77, in <module>
pipe = UploadFilePipe(schema=schema, pipe_metadata=metadata, check_for_newer_version=True)
File "/usr/local/lib/python3.7/site-packages/bitbucket_pipes_toolkit/core.py", line 267, in __init__
self.check_for_newer_version()
File "/usr/local/lib/python3.7/site-packages/bitbucket_pipes_toolkit/core.py", line 289, in check_for_newer_version
if tuple(map(int, latest_version.split('.'))) > tuple(map(int, current_version.split('.'))):
ValueError: invalid literal for int() with base 10: '5@sha256
I'm having the same error, although our version of the pipe is 0.1.2
@chong_yang @Harri Rahikainen try again, it should work now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ended up with a self build docker image by disabling version check
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@drichards-lightwell yes, you're right. We need to review changes of dependent lib that caused such errors, so for the few days the workaround is to use 0.1.1 version. I will notify once the fix is released
Kind regards, Galyna
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.