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.
Team,
We are facing issues with bamboo, while its downloading our source code projects with wrong encoding versions, what we need is UTF-8.
we do see random/junk special characters in our translations [under custom actions of advanced installer] example : "Für diese" instead of "Für diese".
We confirmed that there is no issue from advanced installer.
We confirmed no issue in the GIT and the machine too, as when we clone the code via gitbash, we see correct special characters. also when we download manually code from bitbucket, we see the correct code/characters.
Note: Build is working, Projects/solutions/code is being compiled correctly but just the code is not being downloaded correctly from bamboo. when we do manual clone, its flawless.
we followed below links for remedies but no much help:
wrapper.java.additional.3=-Dfile.encoding=utf-8
wrapper.java.additional.4=-Dsun.jnu.encoding=utf-8
this helped to see the "System Encoding = utf-8 " under Bamboo Agent System properties