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 fa02ec9  avoid bad id
fa02ec9 is described below

commit fa02ec961336f855e1e2c4b28b9b15fed4239815
Author: Olivier Lamy <[email protected]>
AuthorDate: Thu Mar 3 17:59:39 2022 +1000

    avoid bad id
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 2166eb0..bc13cab 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -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: "${stageKey}", name: "Static Analysis",
+                    recordIssues id: "Static Analysis", name: "Static 
Analysis",
                        aggregatingResults: true, enabledForFailure: true,
                        tools: [mavenConsole(), java(), checkStyle(), 
spotBugs(), pmdParser(), errorProne(),tagList()]
                 } catch (Throwable e) {

Reply via email to