[java-plugin-storage-jdbc] branch main updated: Take cognisance of V5.1.3
Rod Widdowson
rdw at steadingsoftware.com
Tue Aug 6 17:58:48 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=ebf3fd1d353dc739075ffe8e17a61798cda9c1c3
The following commit(s) were added to refs/heads/main by this push:
new ebf3fd1 Take cognisance of V5.1.3
ebf3fd1 is described below
commit ebf3fd1d353dc739075ffe8e17a61798cda9c1c3
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Aug 6 18:58:35 2024 +0100
Take cognisance of V5.1.3
---
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 bd91cf6..27de566 100644
--- a/resources/jenkins/idp-versions.jenkinsfile
+++ b/resources/jenkins/idp-versions.jenkinsfile
@@ -63,19 +63,26 @@ pipeline {
}
}
}
+ stage('Test 5.1.3') {
+ steps {
+ dir('java-plugin-storage-jdbc') {
+ sh 'mvn clean test -D idp.version=5.1.3'
+ }
+ }
+ }
/* 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.3-SNAPSHOT'
+ sh 'mvn clean test -D idp.version=5.2.0-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.3-SNAPSHOT'
+ sh 'mvn clean test -D idp.version=5.2.0-SNAPSHOT'
}
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list