[java-plugin-storage-jdbc] branch main updated: Update testing matrix in light of 5.1.2 release
Rod Widdowson
rdw at steadingsoftware.com
Mon Apr 15 19:01:54 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-plugin-storage-jdbc.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-storage-jdbc.git;a=commit;h=b782232bf7768ff0d37a9692fc8a833608e0c4b8
The following commit(s) were added to refs/heads/main by this push:
new b782232 Update testing matrix in light of 5.1.2 release
b782232 is described below
commit b782232bf7768ff0d37a9692fc8a833608e0c4b8
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Apr 15 20:01:49 2024 +0100
Update testing matrix in light of 5.1.2 release
---
resources/jenkins/idp-versions.jenkinsfile | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/resources/jenkins/idp-versions.jenkinsfile b/resources/jenkins/idp-versions.jenkinsfile
index ac33806..bd91cf6 100644
--- a/resources/jenkins/idp-versions.jenkinsfile
+++ b/resources/jenkins/idp-versions.jenkinsfile
@@ -56,19 +56,26 @@ pipeline {
}
}
}
+ stage('Test 5.1.2') {
+ steps {
+ dir('java-plugin-storage-jdbc') {
+ sh 'mvn clean test -D idp.version=5.1.2'
+ }
+ }
+ }
/* 2) Test currrent idp version against every (potentially) supported plugin version */
stage('Test IdP SNAPSHOT against plugin Release 2.0') {
steps {
dir('java-plugin-storage-jdbc') {
- sh 'mvn clean test -D idp.version=5.1.2-SNAPSHOT'
+ sh 'mvn clean test -D idp.version=5.1.3-SNAPSHOT'
}
}
}
stage('Test IdP SNAPSHOT against plugin SNAPSHOT') {
steps {
dir('java-plugin-storage-jdbc-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