[java-idp-plugin-scripting] branch main updated: Update testing matrix in light of 5.1.2 release

Rod Widdowson rdw at steadingsoftware.com
Mon Apr 15 19:00:49 UTC 2024


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=af2981b697db9a9484c1897f93f7335eefb26ba3

The following commit(s) were added to refs/heads/main by this push:
     new af2981b  Update testing matrix in light of 5.1.2 release
af2981b is described below

commit af2981b697db9a9484c1897f93f7335eefb26ba3
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Apr 15 20:00:44 2024 +0100

    Update testing matrix in light of 5.1.2 release
---
 resources/jenkins/idp-versions.jenkinsfile | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/resources/jenkins/idp-versions.jenkinsfile b/resources/jenkins/idp-versions.jenkinsfile
index de63100..743063f 100644
--- a/resources/jenkins/idp-versions.jenkinsfile
+++ b/resources/jenkins/idp-versions.jenkinsfile
@@ -11,12 +11,12 @@
  * 1) Test current plugin snapshot against every (potentially) supported idp version
  *
  * git tag MAIN
- * idp versions 5.0.0 5.1.0 5.1.1 5.1.2-SNAPSHOT
+ * idp versions 5.0.0 5.1.0 5.1.1 5.1.2 5.1.3-SNAPSHOT
  *
  * 2) Test currrent idp version against every (potentially) supported plugin version
  *
  * git tag(s) 2.0.0
- * idp version 5.1.2-SNAPSHOT
+ * idp version 5.1.3-SNAPSHOT
  */
 pipeline {
     agent {
@@ -68,17 +68,24 @@ pipeline {
                 }
             }
         }
-        stage('Test plugin snapshot with current IdP version') {
+        stage('Test plugin snapshot with minor IdP version') {
             steps {
                 dir('java-idp-plugin-scripting-main') {
                     sh 'mvn clean test -D idp.version=5.1.1'
                 }
             }
         }
+        stage('Test plugin snapshot with current IdP version') {
+            steps {
+                dir('java-idp-plugin-scripting-main') {
+                    sh 'mvn clean test -D idp.version=5.1.2'
+                }
+            }
+        }
         stage('Test plugin snapshot with future IdP version') {
             steps {
                 dir('java-idp-plugin-scripting-main') {
-                    sh 'mvn clean test -D idp.version=5.1.2-SNAPSHOT'
+                    sh 'mvn clean test -D idp.version=5.1.3-SNAPSHOT'
                 }
             }
         }
@@ -86,7 +93,7 @@ pipeline {
         stage('Test release plugin with future IdP version') {
             steps {
                 dir('java-idp-plugin-scripting-2.0.0') {
-                    sh 'mvn clean test -D idp.version=5.1.2-SNAPSHOT'
+                    sh 'mvn clean test -D idp.version=5.1.3-SNAPSHOT'
                 }
             }
         }

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


More information about the commits mailing list