[java-parent-project] branch main updated: Stop explicitly setting env vars.
Codeberg
noreply at shibboleth.net
Wed May 6 18:02:38 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/ef9f29795a86a94a7e71b8753ff269774dbc4e14
The following commit(s) were added to refs/heads/main by this push:
new ef9f297 Stop explicitly setting env vars.
ef9f297 is described below
commit ef9f29795a86a94a7e71b8753ff269774dbc4e14
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed May 6 14:02:06 2026 -0400
Stop explicitly setting env vars.
---
resources/jenkins/plugin-compatibility.jenkinsfile | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/resources/jenkins/plugin-compatibility.jenkinsfile b/resources/jenkins/plugin-compatibility.jenkinsfile
index 6404ed1..3b6cbfd 100644
--- a/resources/jenkins/plugin-compatibility.jenkinsfile
+++ b/resources/jenkins/plugin-compatibility.jenkinsfile
@@ -1,15 +1,5 @@
pipeline {
- environment {
- PROJNAME = ''
- PLUGIN_CUR = ''
- IDP_BASE = ''
- SHIBSHARED_BASE = ''
- IDP_CUR = ''
- SHIBSHARED_CUR = ''
- IDP_SNAPSHOT = ''
- SHIBSHARED_SNAPSHOT = ''
- }
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