Build fail because connectiontimeout

suddenly build fails…

could you help me??

local build is no probleam…

only circle Ci build’s fails…

Execution failed for task ‘:sherlock:androidDependencies’.

Could not resolve all artifacts for configuration ‘:sherlock:debugCompileClasspath’.
Could not resolve com.appboy:android-sdk-ui:2.0.+.
Required by:
project :sherlock > project :lezhin-appboy
Could not resolve com.appboy:android-sdk-ui:2.0.+.
Failed to list versions for com.appboy:android-sdk-ui.
Unable to load Maven meta-data from http://repository.jetbrains.com/all/com/appboy/android-sdk-ui/maven-metadata.xml.
Could not get resource ‘http://repository.jetbrains.com/all/com/appboy/android-sdk-ui/maven-metadata.xml’.
Could not GET ‘http://repository.jetbrains.com/all/com/appboy/android-sdk-ui/maven-metadata.xml’.
Connect to repository.jetbrains.com:80 [repository.jetbrains.com/81.3.129.17, repository.jetbrains.com/80.76.244.117] failed: connect timed out

That’s odd, I’m getting a 404 on those XML resources, not a timeout. Can you try a wget/curl on that URL from within your CircleCI process?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.