Deploy fixes
This commit is contained in:
parent
7f38627499
commit
9059d7a23d
|
@ -59,7 +59,7 @@ try {
|
|||
buildError = e
|
||||
}
|
||||
|
||||
if (env.GIT_COMMIT_EMAIL) {
|
||||
if (env.GIT_COMMITTER_EMAIL) {
|
||||
def status
|
||||
def body = "<p>Check status at ${env.BUILD_URL}</p>"
|
||||
|
||||
|
@ -71,7 +71,7 @@ if (env.GIT_COMMIT_EMAIL) {
|
|||
}
|
||||
|
||||
mail(
|
||||
to: env.GIT_COMMIT_EMAIL,
|
||||
to: env.GIT_COMMITTER_EMAIL,
|
||||
subject: "Pipeline: ${status}: ${env.JOB_NAME} (${env.BUILD_NUMBER})",
|
||||
body: body
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue