[java-plugin-storage-jdbc] branch main updated: Adjust for 5.2 release.
Codeberg
noreply at shibboleth.net
Fri Feb 6 13:14:00 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-plugin-storage-jdbc.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-storage-jdbc/commit/1a9215bb3984e8ee2932c03a468291802f25a018
The following commit(s) were added to refs/heads/main by this push:
new 1a9215b Adjust for 5.2 release.
1a9215b is described below
commit 1a9215bb3984e8ee2932c03a468291802f25a018
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Feb 6 08:13:32 2026 -0500
Adjust for 5.2 release.
---
resources/jenkins/idp-versions.jenkinsfile | 26 ++++++--------------------
1 file changed, 6 insertions(+), 20 deletions(-)
diff --git a/resources/jenkins/idp-versions.jenkinsfile b/resources/jenkins/idp-versions.jenkinsfile
index 27de566..e2cf971 100644
--- a/resources/jenkins/idp-versions.jenkinsfile
+++ b/resources/jenkins/idp-versions.jenkinsfile
@@ -49,40 +49,26 @@ pipeline {
}
}
}
- stage('Test 5.1.1') {
+ stage('Test 5.2.0') {
steps {
dir('java-plugin-storage-jdbc') {
- sh 'mvn clean test -D idp.version=5.1.1'
- }
- }
- }
- stage('Test 5.1.2') {
- steps {
- dir('java-plugin-storage-jdbc') {
- sh 'mvn clean test -D idp.version=5.1.2'
- }
- }
- }
- stage('Test 5.1.3') {
- steps {
- dir('java-plugin-storage-jdbc') {
- sh 'mvn clean test -D idp.version=5.1.3'
+ sh 'mvn clean test -D idp.version=5.2.0'
}
}
}
/* 2) Test currrent idp version against every (potentially) supported plugin version */
- stage('Test IdP SNAPSHOT against plugin Release 2.0') {
+ stage('Test IdP latest against plugin Release 2.0') {
steps {
dir('java-plugin-storage-jdbc') {
- sh 'mvn clean test -D idp.version=5.2.0-SNAPSHOT'
+ sh 'mvn clean test -D idp.version=5.2.0'
}
}
}
- stage('Test IdP SNAPSHOT against plugin SNAPSHOT') {
+ stage('Test IdP latest against plugin SNAPSHOT') {
steps {
dir('java-plugin-storage-jdbc-2.0.0') {
- sh 'mvn clean test -D idp.version=5.2.0-SNAPSHOT'
+ sh 'mvn clean test -D idp.version=5.2.0'
}
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list