This commit is contained in:
Emmanuel Cazenave 2018-06-08 18:26:02 +02:00
parent e1e6a0a468
commit cf2bab0751
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ def mail_notify(currentBuild, env, email) {
recipients: email, sendToIndividuals: true
])
} else {
sh 'git show HEAD'
author = sh(returnStdout: true, script: "git show -s --format='%ae' HEAD").trim()
step([
$class: 'Mailer', notifyEveryUnstableBuild: true,