fix/pipeline #15

Closed
bquarkz wants to merge 15 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 { steps {
withChecks(name: 'Test') { withChecks(name: 'Test') {
echo 'Testing..' echo 'Testing..'
sh './gradlew clean test' sh './gradlew clean jacocoTestReport jacocoTestCoverageVerification'
junit '**/build/test-results/test/TEST-*.xml' junit '**/build/test-results/test/TEST-*.xml'
} }
} }