[java-idp-integration-tests] 02/02: Trigger OP conformance tests nightly

Tom Zeller tzeller at dragonacea.biz
Thu Sep 19 01:52:44 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-integration-tests.

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

commit 0a85a47741333f22ac74a9e834db27b14897fd45
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Sep 18 20:52:05 2024 -0500

    Trigger OP conformance tests nightly
    
    Linux only for now against the IdP V5 snapshot.
---
 src/jenkins/trigger-integration-v17.jenkinsfile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/jenkins/trigger-integration-v17.jenkinsfile b/src/jenkins/trigger-integration-v17.jenkinsfile
index 3a2fc70..47b9404 100644
--- a/src/jenkins/trigger-integration-v17.jenkinsfile
+++ b/src/jenkins/trigger-integration-v17.jenkinsfile
@@ -25,6 +25,11 @@ pipeline {
                 build job: "java-idp-integration-tests-v5-windows-jetty", wait: true
             }
         }
+        stage('Test IdP V5 snapshot OP conformance with Jetty 12 on Linux') {
+            steps {
+                build job: "java-idp-integration-tests-v5-OP-conformance", wait: true
+            }
+        }
         // IdP V5.1.3
         stage('Test IdP V5.1.3 with Jetty 12 on Linux') {
             steps {

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


More information about the commits mailing list