Jenkinsfile: don't try to send mails. Doesn't work.
bundlewrap/pipeline/head This commit looks good Details

This commit is contained in:
Franzi 2020-11-13 22:16:20 +01:00
parent df9863ef31
commit f355d1ec7b
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 0 additions and 5 deletions

5
Jenkinsfile vendored
View File

@ -50,10 +50,5 @@ pipeline {
always {
sh 'rm -rf venv'
}
changed {
emailext body: "Check console output at ${env.BUILD_URL}",
recipientProviders: [[$class: 'DevelopersRecipientProvider'], [$class: 'RequesterRecipientProvider']],
subject: "${buildStatus}: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]'"
}
}
}