[java-idp-integration-tests] 02/02: Remove IdP 5.1 snapshot tests
Tom Zeller
tzeller at dragonacea.biz
Tue Aug 13 00:35:53 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=88b70416fdbaaec8fef5cc133f1f37918ae3fa5a
commit 88b70416fdbaaec8fef5cc133f1f37918ae3fa5a
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 12 19:33:49 2024 -0500
Remove IdP 5.1 snapshot tests
---
src/jenkins/trigger-integration-v17.jenkinsfile | 26 -------------------------
1 file changed, 26 deletions(-)
diff --git a/src/jenkins/trigger-integration-v17.jenkinsfile b/src/jenkins/trigger-integration-v17.jenkinsfile
index 0d22c32..3242208 100644
--- a/src/jenkins/trigger-integration-v17.jenkinsfile
+++ b/src/jenkins/trigger-integration-v17.jenkinsfile
@@ -61,31 +61,5 @@ pipeline {
build job: "java-idp-integration-tests-v5.1.3-windows-jetty-12", wait: true
}
}
- // IdP V5.1 snapshot
- stage('Test IdP V5.1 snapshot with Jetty 11 on Linux') {
- steps {
- build job: "java-idp-integration-tests-v5.1-linux-jetty", wait: true
- }
- }
- stage('Test IdP V5.1 snapshot with Jetty 12 on Linux') {
- steps {
- build job: "java-idp-integration-tests-v5.1-linux-jetty-12", wait: true
- }
- }
- stage('Test IdP V5.1 snapshot with Tomcat 10.1 on Linux') {
- steps {
- build job: "java-idp-integration-tests-v5.1-linux-tomcat", wait: true
- }
- }
- stage('Test IdP V5.1 snapshot with Jetty 11 on Windows') {
- steps {
- build job: "java-idp-integration-tests-v5.1-windows-jetty", wait: true
- }
- }
- stage('Test IdP V5.1 snapshot with Jetty 12 on Windows') {
- steps {
- build job: "java-idp-integration-tests-v5.1-windows-jetty-12", wait: true
- }
- }
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list