[java-idp-plugin-scripting] branch main updated: Adjust versions being tested after 5.2 release.
Codeberg
noreply at shibboleth.net
Tue Feb 3 14:33:27 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-scripting.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-scripting/commit/f6119a683cefaf8efd5e5147637a6f7114157d9c
The following commit(s) were added to refs/heads/main by this push:
new f6119a6 Adjust versions being tested after 5.2 release.
f6119a6 is described below
commit f6119a683cefaf8efd5e5147637a6f7114157d9c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 3 09:33:15 2026 -0500
Adjust versions being tested after 5.2 release.
---
resources/jenkins/idp-versions.jenkinsfile | 31 +++++-------------------------
1 file changed, 5 insertions(+), 26 deletions(-)
diff --git a/resources/jenkins/idp-versions.jenkinsfile b/resources/jenkins/idp-versions.jenkinsfile
index 8a536ae..e41403f 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 5.1.3 5.2.0-SNAPSHOT
+ * idp versions 5.0.0 5.1.0 5.2.0
*
* 2) Test currrent idp version against every (potentially) supported plugin version
*
* git tag(s) 2.0.0
- * idp version 5.2.0-SNAPSHOT
+ * idp version 5.2.0
*/
pipeline {
agent {
@@ -68,31 +68,10 @@ pipeline {
}
}
}
- stage('Test plugin snapshot with minor IdP version 5.1.1') {
+ stage('Test plugin snapshot with current IdP version 5.2.0') {
steps {
dir('java-idp-plugin-scripting-main') {
- sh 'mvn clean test -D idp.version=5.1.1'
- }
- }
- }
- stage('Test plugin snapshot with minor IdP version 5.1.2') {
- steps {
- dir('java-idp-plugin-scripting-main') {
- sh 'mvn clean test -D idp.version=5.1.2'
- }
- }
- }
- stage('Test plugin snapshot with current IdP version 5.1.3') {
- steps {
- dir('java-idp-plugin-scripting-main') {
- sh 'mvn clean test -D idp.version=5.1.3'
- }
- }
- }
- stage('Test plugin snapshot with future IdP version') {
- steps {
- dir('java-idp-plugin-scripting-main') {
- sh 'mvn clean test -D idp.version=5.2.0-SNAPSHOT'
+ sh 'mvn clean test -D idp.version=5.2.0'
}
}
}
@@ -100,7 +79,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.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