Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Build failed jcenter download

I have a android project repo.

 

When I run below command on Pipeline, it fail...

./gradlew clean assembleRelease

```

FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:lintVitalStageRelease'.
> Could not resolve all files for configuration ':app:lintClassPath'.
    > Could not download groovy-all-2.4.15.jar (org.codehaus.groovy:groovy-all:2.4.15)
                > Connection reset

```

 

I tried to add `mavenCentral()` on my `build.gradle` file.

But it's same.

 

```

FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:lintVitalStageRelease'.
> Could not resolve all files for configuration ':app:lintClassPath'.
    > Could not download groovy-all-2.4.15.jar (org.codehaus.groovy:groovy-all:2.4.15)
                > Connection reset

```

 

I think that bitbucket cloud has some problem...
What's going on?

2 answers

1 accepted

0 votes
Answer accepted

I solved this problem.

Actually I don't know, But when I increase the jvm build option about the memory size, it works fine.

1 vote
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Dec 15, 2021

Hi @Aaron_김윤호,

I see that you created another post about this issue earlier this week, and you mentioned that this command works fine in your local machine. My suggestion would be to try debugging this locally with Docker as per the instructions on the following page:

Then please let us know if you see the same error when debugging the build following this doc.

If the build works ok when debugging it locally, my suggestion would be to create a ticket with the Bitbucket Cloud support team and
- provide them the URL of the Pipelines build
- provide also the output of the build when you debugged it locally with Docker
If there is a support ticket open, the engineer working on your case will be able to access the build and assist with further troubleshooting.

Since you are an admin of a workspace on the standard billing plan, you should be able to create a support ticket via https://support.atlassian.com/contact/#/, in "What can we help you with?" select "Technical issues and bugs" and then Bitbucket Cloud as product.

If you have any questions, please feel free to let me know.

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events