[java-idp-integration-tests] branch main updated: Bump versions after IdP release

Codeberg noreply at shibboleth.net
Thu Aug 13 22:31:21 UTC 2026


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

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

View the commit online:
https://codeberg.org/Shibboleth/java-idp-integration-tests/commit/61f7f3a8c5cdfd7c3c9cc94a9b3fec71b28f8116

The following commit(s) were added to refs/heads/main by this push:
     new 61f7f3a  Bump versions after IdP release
61f7f3a is described below

commit 61f7f3a8c5cdfd7c3c9cc94a9b3fec71b28f8116
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Aug 13 09:20:42 2026 -0500

    Bump versions after IdP release
---
 src/jenkins/trigger-integration-v17.jenkinsfile | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/jenkins/trigger-integration-v17.jenkinsfile b/src/jenkins/trigger-integration-v17.jenkinsfile
index 1205f1a..4d6aa9a 100644
--- a/src/jenkins/trigger-integration-v17.jenkinsfile
+++ b/src/jenkins/trigger-integration-v17.jenkinsfile
@@ -30,25 +30,25 @@ pipeline {
                 build job: "java-idp-integration-tests-v5-OP-conformance", wait: true, propagate: false
             }
         }
-        // IdP V5.2.2
-        stage('Test IdP V5.2.2 with Jetty 12 on Linux') {
+        // IdP V5.2.3
+        stage('Test IdP V5.2.3 with Jetty 12 on Linux') {
             steps {
-                build job: "java-idp-integration-tests-v5.2.2-linux-jetty", wait: true
+                build job: "java-idp-integration-tests-v5.2.3-linux-jetty", wait: true
             }
         }
-        stage('Test IdP V5.2.2 with Tomcat 10.1 on Linux') {
+        stage('Test IdP V5.2.3 with Tomcat 10.1 on Linux') {
             steps {
-                build job: "java-idp-integration-tests-v5.2.2-linux-tomcat", wait: true
+                build job: "java-idp-integration-tests-v5.2.3-linux-tomcat", wait: true
             }
         }
-        stage('Test IdP V5.2.2 with Jetty 12 on Windows') {
+        stage('Test IdP V5.2.3 with Jetty 12 on Windows') {
             steps {
-                build job: "java-idp-integration-tests-v5.2.2-windows-jetty", wait: true
+                build job: "java-idp-integration-tests-v5.2.3-windows-jetty", wait: true
             }
         }
-        stage('Test IdP V5.2.2 OP conformance suite') {
+        stage('Test IdP V5.2.3 OP conformance suite') {
             steps {
-                build job: "java-idp-integration-tests-v5.2.2-OP-conformance", wait: true
+                build job: "java-idp-integration-tests-v5.2.3-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