[java-parent-project] branch main updated: Relocate defs outside top level.
Codeberg
noreply at shibboleth.net
Wed May 6 17:14:29 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-parent-project.
View the commit online:
https://codeberg.org/Shibboleth/java-parent-project/commit/b6a64155748e5d48debd06150b8453808ff2b7c0
The following commit(s) were added to refs/heads/main by this push:
new b6a6415 Relocate defs outside top level.
b6a6415 is described below
commit b6a64155748e5d48debd06150b8453808ff2b7c0
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed May 6 13:14:19 2026 -0400
Relocate defs outside top level.
---
resources/jenkins/java-idp-plugin-duo.jenkinsfile | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/jenkins/java-idp-plugin-duo.jenkinsfile b/resources/jenkins/java-idp-plugin-duo.jenkinsfile
index b5ff7ae..67f419a 100644
--- a/resources/jenkins/java-idp-plugin-duo.jenkinsfile
+++ b/resources/jenkins/java-idp-plugin-duo.jenkinsfile
@@ -9,19 +9,20 @@
* Git tag(s): 2.2.2
* IdP versions: 5.2.1 5.2.2-SNAPSHOT
*/
-pipeline {
- def projname = "java-idp-plugin-duo"
- def plugin_cur = "2.2.2"
+def projname = "java-idp-plugin-duo"
+def plugin_cur = "2.2.2"
+
+def idp_base = "5.0.0"
+def shibshared_base = "9.0.0"
- def idp_base = "5.0.0"
- def shibshared_base = "9.0.0"
+def idp_cur = "5.2.1"
+def shibshared_cur = "9.2.1"
- def idp_cur = "5.2.1"
- def shibshared_cur = "9.2.1"
+def idp_snapshot = "5.2.2-SNAPSHOT"
+def shibshared_snapshot = "9.2.2-SNAPSHOT"
- def idp_snapshot = "5.2.2-SNAPSHOT"
- def shibshared_snapshot = "9.2.2-SNAPSHOT"
+pipeline {
agent {
label 'Rocky9'
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list