Publish Codecov first to check if that works okay
This commit is contained in:
parent
78e7cff5f5
commit
ff3ab06d90
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -16,8 +16,8 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('Publish Coverage') {
|
stage('Publish Coverage') {
|
||||||
steps {
|
steps {
|
||||||
sh './mvnw test jacoco:report coveralls:report'
|
|
||||||
sh 'bash <(curl -s https://codecov.io/bash)'
|
sh 'bash <(curl -s https://codecov.io/bash)'
|
||||||
|
sh './mvnw test jacoco:report coveralls:report'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
|
|
Loading…
Reference in a new issue