From 136c7d4f427f0a8c201623798e9f371222d7e932 Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Tue, 13 Aug 2019 21:49:30 +0800 Subject: [PATCH] Remove coveralls report due to its unavailability (#3260) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1dc996442..102ec4f8c 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } }