diff --git a/Jenkinsfile b/Jenkinsfile index 564029b..2d21f33 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,11 +4,11 @@ pipeline { stages { stage('Test') { steps { -// withChecks(name: 'Test', includeStage: true) { + withChecks(name: 'Test', includeStage: true) { echo 'Testing..' sh './gradlew clean test' junit '**/build/test-results/test/TEST-*.xml' -// } + } } } }