diff --git a/dockerfiles/services/nextcloud/Jenkinsfile b/dockerfiles/services/nextcloud/Jenkinsfile index bb0a8ef..4fca3c8 100644 --- a/dockerfiles/services/nextcloud/Jenkinsfile +++ b/dockerfiles/services/nextcloud/Jenkinsfile @@ -59,19 +59,4 @@ pipeline { } } - post { - always { - emailext attachLog: true, - to: ${DEFAULT_RECIPIENTS} - } - unsuccessful { - emailext attachLog: true, - to: ${DEFAULT_RECIPIENTS} - } - changed { - emailext attachLog: true, - to: ${DEFAULT_RECIPIENTS} - } - } - }