Update Jenkinsfile
This commit is contained in:
parent
ba3798f42a
commit
0b7a9db02d
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -23,7 +23,7 @@ pipeline {
|
||||||
echo 'Archiving coverage results...'
|
echo 'Archiving coverage results...'
|
||||||
jacoco(execPattern: '**/**.exec', classPattern: '**/classes', sourcePattern: '**/src/main/java')
|
jacoco(execPattern: '**/**.exec', classPattern: '**/classes', sourcePattern: '**/src/main/java')
|
||||||
echo 'Archiving test results...'
|
echo 'Archiving test results...'
|
||||||
junit 'target/surefire-reports/*.xml'
|
junit allowEmptyResults: true, testResults: 'target/surefire-reports/*.xml'
|
||||||
echo 'Archiving artifacts...'
|
echo 'Archiving artifacts...'
|
||||||
archiveArtifacts artifacts: 'target/*.jar', fingerprint: true
|
archiveArtifacts artifacts: 'target/*.jar', fingerprint: true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue