I am using Bitbucket-upload-file, it is broken. Error message
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'
Same issue here, nothing changed. Have you found your answer ? I'll try this, maybe it'll work for you too - issue might be about server time not in synch.
https://confluence.atlassian.com/pages/viewpage.action?pageId=761241841
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.