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 have configured Bamboo for salesforce deployment. we are getting below error
BUILD FAILED
/home/www/sites/194.245.123.165/atlassian/application-data/xml-data/build-dir/ -FUT-JOB1/build.xml:94: Failed to submit request to https:// .my.salesforce.com/services/Soap/m/45.0/00D6E000000DXEf for user xxxx@test.com.claas.futurecrm.
Error: {http://soap.sforce.com/2006/04/metadata}EXCEEDED_MAX_SIZE_REQUEST - EXCEEDED_MAX_SIZE_REQUEST: Maximum size of request reached. Maximum size of request is 52428800 bytes.
It does seem that the issue is in caused by an attempt to submit a request with more than 50MB to "https:// .my.salesforce.com/services/Soap/m/45.0/00D6E000000DXEf". I guess the same issue would happen if you submitted it from outside Bamboo.
You need to check your build tasks to understand how this request is built and try to reduce its size or check how to adjust the requests limit to salesforce.
If I'm mistaken on my assumptions, please share more details from your build logs so we could get more clues to move on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.