diff --git a/Jenkinsfile b/Jenkinsfile index d443e82..f2fcadf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,10 +3,10 @@ pipeline { stages { stage('Application Test') { - withChecks(name: 'Test', includeStage: true) { +// withChecks(name: 'Test', includeStage: true) { sh './gradlew clean test' junit '**/build/test-results/test/TEST-*.xml' - } +// } } } }