Jenkinsfile: don't try to send mails. Doesn't work.
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
df9863ef31
commit
f355d1ec7b
1 changed files with 0 additions and 5 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -50,10 +50,5 @@ pipeline {
|
||||||
always {
|
always {
|
||||||
sh 'rm -rf venv'
|
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}]'"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue