[java-idp-plugin-scripting] branch main updated: IDP-1712 Idp Version vs Plugin version testing
Rod Widdowson
rdw at steadingsoftware.com
Mon Dec 18 11:04:07 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-idp-plugin-scripting.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=1975b2de6596932501013d4646a1e02a440bc728
The following commit(s) were added to refs/heads/main by this push:
new 1975b2d IDP-1712 Idp Version vs Plugin version testing
1975b2d is described below
commit 1975b2de6596932501013d4646a1e02a440bc728
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Dec 18 10:39:55 2023 +0000
IDP-1712 Idp Version vs Plugin version testing
https://shibboleth.atlassian.net/browse/IDP-1712
Add comment to annotate the (current) desired testing vectors
---
resources/jenkins/idp-versions.jenkinsfile | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/resources/jenkins/idp-versions.jenkinsfile b/resources/jenkins/idp-versions.jenkinsfile
index 197a196..43768ff 100644
--- a/resources/jenkins/idp-versions.jenkinsfile
+++ b/resources/jenkins/idp-versions.jenkinsfile
@@ -1,3 +1,23 @@
+/*
+ * TESTING VECTORS
+ *
+ * Currently there is only one version available against current IdP development
+ *
+ * net.shibboleth.idp.plugin.rhino.idpVersionMax.2.0.0= 6.0.0
+ * net.shibboleth.idp.plugin.rhino.idpVersionMin.2.0.0= 5.0.0
+ *
+ * Next plugin is planned to have the same support boundaries
+ *
+ * 1) Test current plugin snapshot against every (potentially) supported idp version
+ *
+ * git tag MAIN
+ * idp versions 5.0.0 5.1.0-SNAPSHOT
+ *
+ * 2) Test currrent idp version against every (potentially) supported plugin version
+ *
+ * git tag(s) 5.0.0
+ * idp version 5.1.0-SNAPSHOT
+ */
pipeline {
agent {
label 'Rocky9'
@@ -73,4 +93,4 @@ pipeline {
attachLog: 'true')
}
}
-}
\ No newline at end of file
+}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list