Skip to content

Commit

Permalink
#762 Less dependencies for Jacoco processing
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Apr 10, 2020
1 parent 0567586 commit 29840f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ pipeline {
sh '''
./gradlew \\
codeDockerCoverageReport \\
-x processResources \\
-PjacocoExecFile=build/jacoco/acceptance.exec \\
-PjacocoReportFile=build/reports/jacoco/acceptance.xml \\
--stacktrace \\
Expand All @@ -196,6 +197,7 @@ pipeline {
sh '''
./gradlew \\
codeDockerCoverageReport \\
-x processResources \\
-PjacocoExecFile=build/jacoco/dsl.exec \\
-PjacocoReportFile=build/reports/jacoco/dsl.xml \\
--stacktrace \\
Expand Down Expand Up @@ -279,6 +281,7 @@ pipeline {
sh '''
./gradlew \\
codeDockerCoverageReport \\
-x processResources \\
-PjacocoExecFile=build/jacoco/extension.exec \\
-PjacocoReportFile=build/reports/jacoco/extension.xml \\
--stacktrace \\
Expand Down Expand Up @@ -359,6 +362,7 @@ pipeline {
sh '''
./gradlew \\
codeDockerCoverageReport \\
-x processResources \\
-PjacocoExecFile=build/jacoco/vault.exec \\
-PjacocoReportFile=build/reports/jacoco/vault.xml \\
--stacktrace \\
Expand Down

0 comments on commit 29840f4

Please sign in to comment.