fix/pipeline #18

Closed
bquarkz wants to merge 18 commits from fix/pipeline into master
Showing only changes of commit 9c34ce094f - Show all commits

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
steps {
withChecks(name: 'Test') {
echo 'Testing..'
sh './gradlew clean test'
sh './gradlew clean jacocoTestReport jacocoTestCoverageVerification'
junit '**/build/test-results/test/TEST-*.xml'
}
}