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 66a741a  arggggh this fix should be ok
66a741a is described below

commit 66a741aaabe8fe48d46e39da4acd35a0513649d4
Author: Olivier Lamy <[email protected]>
AuthorDate: Thu Mar 3 17:24:22 2022 +1000

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

diff --git a/Jenkinsfile b/Jenkinsfile
index 19271a1..ac853e8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -180,8 +180,8 @@ def buildProcess(String stageKey, String jdkName, String 
mvnName, goals, options
         try {
             if (makeReports) {
 
-                echo "finally clause and makeReports branch"
-                recordIssues id: "${os}-jdk${jdk}", name: "Static Analysis",
+                echo "finally clause and makeReports branch stageKey 
${stageKey}"
+                recordIssues id: "${stageKey}", name: "Static Analysis",
                           aggregatingResults: true, enabledForFailure: true,
                           tools: [mavenConsole(), java(), checkStyle(), 
spotBugs(), pmdParser(), errorProne(),tagList()]
 

Reply via email to