Update 'Jenkinsfile'

remove send mail section
This commit is contained in:
Roberto Cirillo 2022-03-31 16:23:19 +02:00
parent dd76fc781d
commit 61d7bbb761
1 changed files with 0 additions and 4 deletions

4
Jenkinsfile vendored
View File

@ -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}"
}
}
}