[java-idp-plugin-webauthn] branch main updated: Experimenting with matrix pipeline

Tom Zeller tzeller at dragonacea.biz
Sun Jan 28 15:59:10 UTC 2024


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch main
in repository java-idp-plugin-webauthn.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=254c5657046b7e31e4f5d9996adf4fb7f4f7b2dd

The following commit(s) were added to refs/heads/main by this push:
     new 254c565  Experimenting with matrix pipeline
254c565 is described below

commit 254c5657046b7e31e4f5d9996adf4fb7f4f7b2dd
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sun Jan 28 09:58:58 2024 -0600

    Experimenting with matrix pipeline
---
 resources/jenkins/v1-multi-java17.jenkinsfile | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/resources/jenkins/v1-multi-java17.jenkinsfile b/resources/jenkins/v1-multi-java17.jenkinsfile
index d4cff74..56f7cc4 100644
--- a/resources/jenkins/v1-multi-java17.jenkinsfile
+++ b/resources/jenkins/v1-multi-java17.jenkinsfile
@@ -12,17 +12,20 @@ pipeline {
                 axes {
                    axis {
                         name 'label'
-                        values 'Rocky9', 'WindowsServer2022'
+                        values 'Rocky9', 'Windows2022'
                     }
                     axis {
-                        name 'JDK'
+                        name 'jdk'
                         values 'Amazon-17', 'Amazon-21'
                     }
                 }
                 stages {
                     stage('Test platform and JDK') {
+                        agent {
+                            label "${label}"
+                        }
                         steps {
-                            echo "Test ${label} - ${JDK}"
+                            echo "Test ${label} - jdk"
                             // TODO sh 'mvn -V -B clean test --update-snapshots --fail-at-end'
                         }
                     }
@@ -30,9 +33,4 @@ pipeline {
             }
         }
     }
-    post {
-        always {
-            testNG(reportFilenamePattern: '**/target/surefire-reports/testng-results.xml')
-        }
-    }
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list