Remove coveralls report due to its unavailability (#3260)

This commit is contained in:
kezhenxu94 2019-08-13 21:49:30 +08:00 committed by 吴晟 Wu Sheng
parent ea9d50d160
commit 136c7d4f42
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -59,7 +59,7 @@ pipeline {
stage('Test & Report') {
steps {
sh './mvnw -P"agent,backend,ui,dist,CI-with-IT" org.jacoco:jacoco-maven-plugin:0.8.3:prepare-agent clean install org.jacoco:jacoco-maven-plugin:0.8.3:report coveralls:report'
sh './mvnw -P"agent,backend,ui,dist,CI-with-IT" org.jacoco:jacoco-maven-plugin:0.8.3:prepare-agent clean install org.jacoco:jacoco-maven-plugin:0.8.3:report'
sh './mvnw javadoc:javadoc -Dmaven.test.skip=true'
}
}