diff --git a/.appveyor.yml b/.appveyor.yml index e7afe5f3fb9d..6c3eaa5ba99d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -6,5 +6,5 @@ install: - SET PATH=C:\jdk9\bin;%PATH% test_script: - - gradlew -version - - gradlew build --stacktrace + - gradlew --no-daemon -version + - gradlew --no-daemon --stacktrace build diff --git a/Jenkinsfile b/Jenkinsfile index 45c405c6b662..37168fb4e94e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,13 +54,13 @@ pipeline { steps { milestone 2 withCredentials([string(credentialsId: '9f982a37-747d-42bd-abf9-643534f579bd', variable: 'GRGIT_USER')]) { - sh './gradlew --no-daemon --stacktrace --debug gitPublishPush' + sh './gradlew --no-daemon --stacktrace gitPublishPush' } } } stage('Coverage') { steps { - sh './gradlew --no-daemon --refresh-dependencies -PenableClover clean cloverHtmlReport cloverXmlReport' + sh './gradlew --no-daemon -PenableClover clean cloverHtmlReport cloverXmlReport' } post { success {