diff --git a/Jenkinsfile b/Jenkinsfile index aebcee4..55b80f7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -51,10 +51,6 @@ pipeline { } failure { echo 'The pipeline has failed' - emailext attachLog: true, - to: 'jenkinsbuilds@d4science.org', - subject: "[JenkinsDependenciesWalker D4S] build ${currentBuild.fullDisplayName} failed for component ${inputProject}", - body: "Something is wrong with ${env.BUILD_URL}" } } }