Change function to notify bt email
parent
84e6d988cc
commit
bfcaf7bc97
|
@ -8,9 +8,10 @@ def call(String recipients) {
|
|||
Puedes ver los detalles aquí: ${env.BUILD_URL}"""
|
||||
|
||||
// Enviar correo
|
||||
emailext(
|
||||
to: recipients,
|
||||
subject: subject,
|
||||
body: body
|
||||
)
|
||||
}
|
||||
mail to: recipients, subject: subject, body: body
|
||||
// emailext(
|
||||
// to: recipients,
|
||||
// subject: subject,
|
||||
// body: body
|
||||
// )
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue