Remove public coverage services
This commit is contained in:
parent
9cccc396be
commit
ec7ef90268
1 changed files with 0 additions and 6 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -14,12 +14,6 @@ pipeline {
|
|||
archiveArtifacts '**/target/*.jar'
|
||||
}
|
||||
}
|
||||
stage('Publish Coverage') {
|
||||
steps {
|
||||
sh 'curl -s https://codecov.io/bash | bash -s - -t ${CODECOV_REPO_TOKEN} || echo "Codecov did not collect coverage reports"'
|
||||
sh './mvnw test jacoco:report coveralls:report'
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
sh './mvnw -Dskip-Tests=true -P release -B deploy'
|
||||
|
|
Loading…
Reference in a new issue