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.
I'm trying to run the pipeline using pipe: atlassian/aws-s3-deploy:1.1.0 to deploy to S3.
It was pushing all the files as expected, but the end its giving deployment failed error.
Please can someone throw some light on the issue.
Below is the screenshot of the debug log
This the was the step in use
Hey Sri,
If it's transferring the files then authentication is working and so is uploading to the bucket. Do you see any other error message except "Deployment failed" as that's quite generic?
Hi Ankit,
Thanks for the reply.
As you can see in the screenshot, there was some debug info if it can be any help
2022-03-02 11:24:55,741 - Thread-1 - awscli.customizations.s3.results - DEBUG - Shutdown request received in result processing thread, shutting down result thread.
status=1
set -e
[[ 1 -eq 0 ]]
fail 'Deployment failed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sri,
This seems like the sync failed with those credentials. You can locally try running the command for sync from here: https://bitbucket.org/atlassian/aws-s3-deploy/src/master/pipe/pipe.sh
It would be able to tell you why the deployment failed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Issue was resolved.
Basically there was a file with name which has a non-utf8 character and it was causing the issue.
Thank you
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.