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
commit 027e4692c7c52e2966912736d927d1de1111b333 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Wed Apr 10 09:35:26 2024 +0200 Added a step to prevent a warning when sending email --- Jenkinsfile.matrix.platform | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile.matrix.platform b/Jenkinsfile.matrix.platform index e638a64072c..699f963c422 100644 --- a/Jenkinsfile.matrix.platform +++ b/Jenkinsfile.matrix.platform @@ -153,6 +153,7 @@ pipeline { } stage('Email') { steps { + echo "Sending report CI email for developers" post { always { emailext(
