[java-idp-plugin-scripting] branch main updated: IDP-1712 Matrix testing the plugins https://shibboleth.atlassian.net/browse/IDP-1712

Rod Widdowson rdw at steadingsoftware.com
Wed Mar 13 19:20:57 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=d583d16ebe8d08ea61ef11f1d84a38d428d41600

The following commit(s) were added to refs/heads/main by this push:
     new d583d16  IDP-1712 Matrix testing the plugins https://shibboleth.atlassian.net/browse/IDP-1712
d583d16 is described below

commit d583d16ebe8d08ea61ef11f1d84a38d428d41600
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Mar 13 19:19:02 2024 +0000

    IDP-1712 Matrix testing the plugins
    https://shibboleth.atlassian.net/browse/IDP-1712
    
    Add 5.1.0 to the IdP Versions to test the current plugin with
    Change all mentiond of 5.1.0-SNAPSHOT to be 5.1.1-SNAPSHOT
---
 resources/jenkins/idp-versions.jenkinsfile | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/resources/jenkins/idp-versions.jenkinsfile b/resources/jenkins/idp-versions.jenkinsfile
index 43768ff..606f57d 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-SNAPSHOT
+ * idp versions 5.0.0 5.1.0 5.1.1-SNAPSHOT
  *
  * 2) Test currrent idp version against every (potentially) supported plugin version
  *
- * git tag(s) 5.0.0
- * idp version 5.1.0-SNAPSHOT
+ * git tag(s) 2.0.0
+ * idp version 5.1.1-SNAPSHOT
  */
 pipeline {
     agent {
@@ -53,31 +53,31 @@ pipeline {
                 }
             }
         }
-        stage('Test plugin snapshot with current IdP version') {
+        stage('Test plugin snapshot with oldest IdP version') {
             steps {
                 dir('java-idp-plugin-scripting-main') {
                     sh 'mvn clean test -D idp.version=5.0.0'
                 }
             }
         }
-        stage('Test plugin snapshot with future IdP version') {
+        stage('Test plugin snapshot with current IdP version') {
             steps {
                 dir('java-idp-plugin-scripting-main') {
-                    sh 'mvn clean test -D idp.version=5.1.0-SNAPSHOT'
+                    sh 'mvn clean test -D idp.version=5.1.0'
                 }
             }
         }
-        stage('Test current snapshot with current IdP version') {
+        stage('Test plugin snapshot with future IdP version') {
             steps {
-                dir('java-idp-plugin-scripting-2.0.0') {
-                    sh 'mvn clean test -D idp.version=5.0.0'
+                dir('java-idp-plugin-scripting-main') {
+                    sh 'mvn clean test -D idp.version=5.1.1-SNAPSHOT'
                 }
             }
         }
-        stage('Test current snapshot with future IdP version') {
+        stage('Test current plugin with future IdP version') {
             steps {
                 dir('java-idp-plugin-scripting-2.0.0') {
-                    sh 'mvn clean test -D idp.version=5.1.0-SNAPSHOT'
+                    sh 'mvn clean test -D idp.version=5.1.1-SNAPSHOT'
                 }
             }
         }

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


More information about the commits mailing list