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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi, am new to bitbucket pipelines. Am creating a bitbucket pipeline to deploy Backend Application. But am getting this and I dont seem to understand why.
INFO: Using passed SSH_KEY...
Traceback (most recent call last):
File "/pipe.py", line 108, in <module>pipe.run()
File "/pipe.py", line 76, in run
self.setup_ssh_config()
File "/pipe.py", line 44, in setup_ssh_config
f.write(base64.b64decode(ssh_key).decode())
File "/usr/local/lib/python3.8/base64.py", line 87, in b64decodereturn binascii.a2b_base64(s)
binascii.Error: Invalid base64-encoded string: number of data characters (549) cannot be 1 more than a multiple of 4
My pipeline fails at the deploy part on pipe:
Kindly assist on how to handle this.