test no build cache
diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index 0174c17..3cae5d6 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -90,8 +90,8 @@
                     sh 'chmod u+x ./gradlew'
                     sh './gradlew --version'
                     sh './gradlew --stop'
-                    sh './gradlew clean --no-daemon '
-                    sh './gradlew buildSite --no-daemon --stacktrace --debug'
+                    sh './gradlew clean --no-daemon'
+                    sh './gradlew buildSite --no-daemon --no-build-cache --stacktrace'
                 }
             }
         }