fix/pipeline #17

Closed
bquarkz wants to merge 17 commits from fix/pipeline into master
Showing only changes of commit aae261ffa3 - 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 jacocoTestReport jacocoTestCoverageVerification' sh './gradlew clean test jacocoTestReport jacocoTestCoverageVerification'
junit '**/build/test-results/test/TEST-*.xml' junit '**/build/test-results/test/TEST-*.xml'
} }
} }