[java-idp-integration-tests] branch main updated: Bump IdP to 5.1.4
Tom Zeller
tzeller at dragonacea.biz
Sat Apr 5 13:05:01 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=af95b4086a2218301134522bd893cfed6d23e93a
The following commit(s) were added to refs/heads/main by this push:
new af95b40 Bump IdP to 5.1.4
af95b40 is described below
commit af95b4086a2218301134522bd893cfed6d23e93a
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sat Apr 5 08:04:49 2025 -0500
Bump IdP to 5.1.4
---
src/jenkins/trigger-integration-v17.jenkinsfile | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/jenkins/trigger-integration-v17.jenkinsfile b/src/jenkins/trigger-integration-v17.jenkinsfile
index 364f8f5..02c27b2 100644
--- a/src/jenkins/trigger-integration-v17.jenkinsfile
+++ b/src/jenkins/trigger-integration-v17.jenkinsfile
@@ -30,20 +30,20 @@ pipeline {
build job: "java-idp-integration-tests-v5-OP-conformance", wait: true, propagate: false
}
}
- // IdP V5.1.3
- stage('Test IdP V5.1.3 with Jetty 12 on Linux') {
+ // IdP V5.1.4
+ stage('Test IdP V5.1.4 with Jetty 12 on Linux') {
steps {
- build job: "java-idp-integration-tests-v5.1.3-linux-jetty", wait: true
+ build job: "java-idp-integration-tests-v5.1.4-linux-jetty", wait: true
}
}
- stage('Test IdP V5.1.3 with Tomcat 10.1 on Linux') {
+ stage('Test IdP V5.1.4 with Tomcat 10.1 on Linux') {
steps {
- build job: "java-idp-integration-tests-v5.1.3-linux-tomcat", wait: true
+ build job: "java-idp-integration-tests-v5.1.4-linux-tomcat", wait: true
}
}
- stage('Test IdP V5.1.3 with Jetty 12 on Windows') {
+ stage('Test IdP V5.1.4 with Jetty 12 on Windows') {
steps {
- build job: "java-idp-integration-tests-v5.1.3-windows-jetty", wait: true
+ build job: "java-idp-integration-tests-v5.1.4-windows-jetty", wait: true
}
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list