This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch ci-reporting
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/ci-reporting by this push:
     new e0aab6a  fix id
e0aab6a is described below

commit e0aab6a26b9708c86b2c536430082babd76ff49e
Author: Olivier Lamy <[email protected]>
AuthorDate: Thu Mar 3 20:37:46 2022 +1000

    fix id
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index bc13cab..93787e4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -133,7 +133,7 @@ def buildProcess(String stageKey, String jdkName, String 
mvnName, goals, options
         println "Maven Local Repository = ${mvnLocalRepoDir}."
         assert mvnLocalRepoDir != null : 'Local Maven Repository is undefined.'
 
-        def properties = ["-Djacoco.skip=${!makeReports}", 
"\"-Dmaven.repo.local=${mvnLocalRepoDir}\""]
+        def properties = ["\"-Dmaven.repo.local=${mvnLocalRepoDir}\""]
         def cmd = ['mvn'] + goals + options + properties
         if (makeReports) {
             cmd = cmd + "-Pci-reporting" + "-Perrorprone" + "-U" // -U can be 
remove once parent with ci-reporting profile released
@@ -182,7 +182,7 @@ def buildProcess(String stageKey, String jdkName, String 
mvnName, goals, options
 
                 try {
                     echo "finally clause and makeReports branch stageKey 
${stageKey}"
-                    recordIssues id: "Static Analysis", name: "Static 
Analysis",
+                    recordIssues id: "StaticAnalysis", name: "Static Analysis",
                        aggregatingResults: true, enabledForFailure: true,
                        tools: [mavenConsole(), java(), checkStyle(), 
spotBugs(), pmdParser(), errorProne(),tagList()]
                 } catch (Throwable e) {

Reply via email to