[java-idp-integration-tests] branch main updated: Continue pipeline if OP Conformance tests fail

Tom Zeller tzeller at dragonacea.biz
Tue Feb 11 23:06:29 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=32e08d681326b6e5196e74fac202562d5e41a017

The following commit(s) were added to refs/heads/main by this push:
     new 32e08d6  Continue pipeline if OP Conformance tests fail
32e08d6 is described below

commit 32e08d681326b6e5196e74fac202562d5e41a017
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Feb 11 17:06:20 2025 -0600

    Continue pipeline if OP Conformance tests fail
---
 src/jenkins/trigger-integration-v17.jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/jenkins/trigger-integration-v17.jenkinsfile b/src/jenkins/trigger-integration-v17.jenkinsfile
index 47b9404..364f8f5 100644
--- a/src/jenkins/trigger-integration-v17.jenkinsfile
+++ b/src/jenkins/trigger-integration-v17.jenkinsfile
@@ -27,7 +27,7 @@ pipeline {
         }
         stage('Test IdP V5 snapshot OP conformance with Jetty 12 on Linux') {
             steps {
-                build job: "java-idp-integration-tests-v5-OP-conformance", wait: true
+                build job: "java-idp-integration-tests-v5-OP-conformance", wait: true, propagate: false
             }
         }
         // IdP V5.1.3

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


More information about the commits mailing list