Removed --no-daemon flag

This commit is contained in:
Risto Lahtela 2019-08-07 09:29:53 +03:00 committed by GitHub
parent 858b64a5ae
commit 84e30e09dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -16,7 +16,7 @@ pipeline {
dir("Plan") {
script {
try {
sh './gradlew clean test --no-daemon'
sh './gradlew clean test'
} finally {
junit '**/build/test-results/test/*.xml'
}