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 1b124dd  why life is so hard :)
1b124dd is described below

commit 1b124dd271c9530be12e28a319b7b19bc760ad2b
Author: Olivier Lamy <[email protected]>
AuthorDate: Thu Mar 3 08:37:28 2022 +1000

    why life is so hard :)
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 40c8e14..ed75ae1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -44,7 +44,7 @@ oses.eachWithIndex { osMapping, indexOfOs ->
     mavens.eachWithIndex { maven, indexOfMaven ->
         jdks.eachWithIndex { jdk, indexOfJdk ->
             def os = oses[indexOfOs]
-            def label = osMapping.value
+            def label = os
             final String jdkName = jenkinsEnv.jdkFromVersion(os, 
jdk.toString())
             final String mvnName = jenkinsEnv.mvnFromVersion(os, maven)
             final String stageKey = "${os}-jdk${jdk}-maven${maven}"

Reply via email to