This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch devel-camel-20383
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/devel-camel-20383 by this push:
     new 3d0e3152db5 Added echo statement for post build step.
3d0e3152db5 is described below

commit 3d0e3152db5adda8df0d6ef7a14f5e91e67ed078
Author: Vaishnavi R <[email protected]>
AuthorDate: Thu Apr 11 14:34:40 2024 +0530

    Added echo statement for post build step.
---
 Jenkinsfile.matrix.platform | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile.matrix.platform b/Jenkinsfile.matrix.platform
index ebf227ee236..b6fc7427359 100644
--- a/Jenkinsfile.matrix.platform
+++ b/Jenkinsfile.matrix.platform
@@ -154,6 +154,7 @@ pipeline {
                 }
                 post {
                     always {
+                        echo "Sending report CI email for developers"
                         emailext(
                             subject: '${DEFAULT_SUBJECT}',
                             body: '${DEFAULT_CONTENT}',
@@ -164,5 +165,4 @@ pipeline {
             }
         }
     }
-}
-
+}
\ No newline at end of file

Reply via email to