[java-idp-integration-tests] branch main updated: Bump pipeline jobs to IdP 5.2.1
Codeberg
noreply at shibboleth.net
Wed May 6 00:42:17 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/ef3c5765be8995fe38e4b852f6f5ab341c1233df
The following commit(s) were added to refs/heads/main by this push:
new ef3c576 Bump pipeline jobs to IdP 5.2.1
ef3c576 is described below
commit ef3c5765be8995fe38e4b852f6f5ab341c1233df
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue May 5 19:41:52 2026 -0500
Bump pipeline jobs to IdP 5.2.1
---
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 4ec5117..15fd31f 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.1.6
- stage('Test IdP V5.1.6 with Jetty 12 on Linux') {
+ // IdP V5.2.1
+ stage('Test IdP V5.2.1 with Jetty 12 on Linux') {
steps {
- build job: "java-idp-integration-tests-v5.1.6-linux-jetty", wait: true
+ build job: "java-idp-integration-tests-v5.2.1-linux-jetty", wait: true
}
}
- stage('Test IdP V5.1.6 with Tomcat 10.1 on Linux') {
+ stage('Test IdP V5.2.1 with Tomcat 10.1 on Linux') {
steps {
- build job: "java-idp-integration-tests-v5.1.6-linux-tomcat", wait: true
+ build job: "java-idp-integration-tests-v5.2.1-linux-tomcat", wait: true
}
}
- stage('Test IdP V5.1.6 with Jetty 12 on Windows') {
+ stage('Test IdP V5.2.1 with Jetty 12 on Windows') {
steps {
- build job: "java-idp-integration-tests-v5.1.6-windows-jetty", wait: true
+ build job: "java-idp-integration-tests-v5.2.1-windows-jetty", wait: true
}
}
- stage('Test IdP V5.1.6 OP conformance suite') {
+ stage('Test IdP V5.2.1 OP conformance suite') {
steps {
- build job: "java-idp-integration-tests-v5.1.6-OP-conformance", wait: true
+ build job: "java-idp-integration-tests-v5.2.1-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