fix/pipeline #17
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -4,13 +4,13 @@ pipeline {
|
||||
stages {
|
||||
stage('build') {
|
||||
steps {
|
||||
withChecks(name: 'build', in) {
|
||||
withChecks(name: 'build', includeStage: true) {
|
||||
sh './gradlew clean testClasses'
|
||||
}
|
||||
withChecks(name: 'unit-tests', in) {
|
||||
withChecks(name: 'unit-tests', includeStage: true) {
|
||||
sh './gradlew test'
|
||||
}
|
||||
withChecks(name: 'test-coverage', in) {
|
||||
withChecks(name: 'test-coverage', includeStage: true) {
|
||||
sh './gradlew jacocoTestReport jacocoTestCoverageVerification'
|
||||
junit '**/build/test-results/test/TEST-*.xml'
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user