[java-idp-integration-tests] 04/04: Bump test pipeline to 5.1.6 and add OP test

Tom Zeller tzeller at dragonacea.biz
Thu Sep 11 12:41:08 UTC 2025


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

tzeller pushed a commit to branch main
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=c53a579c5d52acbeeee573af45d28f9dc1c9a6cc

commit c53a579c5d52acbeeee573af45d28f9dc1c9a6cc
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Sep 11 07:40:47 2025 -0500

    Bump test pipeline to 5.1.6 and add OP test
---
 src/jenkins/trigger-integration-v17.jenkinsfile | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/src/jenkins/trigger-integration-v17.jenkinsfile b/src/jenkins/trigger-integration-v17.jenkinsfile
index 02c27b2..4ec5117 100644
--- a/src/jenkins/trigger-integration-v17.jenkinsfile
+++ b/src/jenkins/trigger-integration-v17.jenkinsfile
@@ -30,20 +30,25 @@ pipeline {
                 build job: "java-idp-integration-tests-v5-OP-conformance", wait: true, propagate: false
             }
         }
-        // IdP V5.1.4
-        stage('Test IdP V5.1.4 with Jetty 12 on Linux') {
+        // IdP V5.1.6
+        stage('Test IdP V5.1.6 with Jetty 12 on Linux') {
             steps {
-                build job: "java-idp-integration-tests-v5.1.4-linux-jetty", wait: true
+                build job: "java-idp-integration-tests-v5.1.6-linux-jetty", wait: true
             }
         }
-        stage('Test IdP V5.1.4 with Tomcat 10.1 on Linux') {
+        stage('Test IdP V5.1.6 with Tomcat 10.1 on Linux') {
             steps {
-                build job: "java-idp-integration-tests-v5.1.4-linux-tomcat", wait: true
+                build job: "java-idp-integration-tests-v5.1.6-linux-tomcat", wait: true
             }
         }
-        stage('Test IdP V5.1.4 with Jetty 12 on Windows') {
+        stage('Test IdP V5.1.6 with Jetty 12 on Windows') {
             steps {
-                build job: "java-idp-integration-tests-v5.1.4-windows-jetty", wait: true
+                build job: "java-idp-integration-tests-v5.1.6-windows-jetty", wait: true
+            }
+        }
+        stage('Test IdP V5.1.6 OP conformance suite') {
+            steps {
+                build job: "java-idp-integration-tests-v5.1.6-OP-conformance", wait: true
             }
         }
     }

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


More information about the commits mailing list