[java-parent-project] branch main updated: Remove embedded trigger and add a notification when fixed.

Codeberg noreply at shibboleth.net
Fri May 15 15:54:41 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/77e1794e991eb01b246c3885513acb04fa164e85

The following commit(s) were added to refs/heads/main by this push:
     new 77e1794  Remove embedded trigger and add a notification when fixed.
77e1794 is described below

commit 77e1794e991eb01b246c3885513acb04fa164e85
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Fri May 15 11:54:26 2026 -0400

    Remove embedded trigger and add a notification when fixed.
---
 resources/jenkins/plugin-compatibility.jenkinsfile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/resources/jenkins/plugin-compatibility.jenkinsfile b/resources/jenkins/plugin-compatibility.jenkinsfile
index 30a7de5..28ddddd 100644
--- a/resources/jenkins/plugin-compatibility.jenkinsfile
+++ b/resources/jenkins/plugin-compatibility.jenkinsfile
@@ -19,9 +19,6 @@ pipeline {
         jdk 'Amazon-17'
         maven 'Apache Maven'
     }
-    triggers {
-        cron "@weekly"
-    }
     stages {
         stage('Display Java and Maven versions') {
             steps {
@@ -90,7 +87,13 @@ pipeline {
             emailext(to: 'commits at shibboleth.net',
                 subject: "Build failed : ${currentBuild.fullDisplayName}",
                    body: "See ${env.BUILD_URL}",
-              attachLog: 'true')
+              attachLog: 'false')
+        }
+        fixed {
+            emailext(to: 'commits at shibboleth.net',
+                subject: "Build successful : ${currentBuild.fullDisplayName}",
+                   body: "See ${env.BUILD_URL}",
+              attachLog: 'false')            
         }
     }
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list