2

Sometimes Jenkins while running Gradle scripts drops this error:

12:48:19 > Could not resolve all dependencies for configuration ':classpath'.
12:48:19    > java.io.IOException: Input/output error

Rebuild helps, but this didn't happen on old server.

Any suggestions?

David Makogon
  • 2,768
  • 1
  • 20
  • 29
aranel
  • 111
  • 2
  • 7

1 Answers1

2

This was caused by several processes which tried to acquire lock of one file.
Fixed by selecting option "Force GRADLE_USER_HOME to use workspace".

aranel
  • 111
  • 2
  • 7