Remove coveralls report due to its unavailability (#3260)
This commit is contained in:
parent
ea9d50d160
commit
136c7d4f42
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue