Не запускаются тесты Gradle на Jenkins..

Всем привет. Пытаюсь запустить свои Selenide тесты на Jenkins, ругается на настройки gradle. Ругается на 4, 5, 7, 13 строки.
В чем проблема? Jenkins сам не умеет устанавливать нужные плагины? Почему ругается на dependencies? Какие данные еще нужны?

radle 3.5-rc-2 - такую же выставил в Jenkins

group 'Autotests'
version '1.0-SNAPSHOT'

apply plugin: 'groovy'
apply plugin: 'java'

sourceCompatibility = 1.8

repositories {
    mavenCentral()
}

dependencies {
    compile 'org.codehaus.groovy:groovy-all:2.3.11'
    testCompile group: 'junit', name: 'junit', version: '4.12',  'com.codeborne:selenide:4.6'
}
Building in workspace /opt/Autotests
[Gradle] - Launching build.
[Autotests] $ /var/lib/jenkins/tools/hudson.plugins.gradle.GradleInstallation/GRADLE/bin/gradle ./gradlew build
Starting a Gradle Daemon (subsequent builds will be faster)

FAILURE: Build failed with an exception.

* Where:
Build file '/opt/Autotests/build.gradle' line: 13

* What went wrong:
A problem occurred evaluating root project 'Autotests'.
> Could not create service of type CachingFileHasher using TaskExecutionServices.createFileSnapshotter().

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 3.926 secs

FAILURE: Build failed with an exception.

* What went wrong:
Could not update /opt/Autotests/.gradle/3.5-rc-2/file-changes/last-build.bin

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Finished: FAILURE

он же вам прямым текстом пишет