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}"""
|
Puedes ver los detalles aquí: ${env.BUILD_URL}"""
|
||||||
|
|
||||||
// Enviar correo
|
// Enviar correo
|
||||||
emailext(
|
mail to: recipients, subject: subject, body: body
|
||||||
to: recipients,
|
// emailext(
|
||||||
subject: subject,
|
// to: recipients,
|
||||||
body: body
|
// subject: subject,
|
||||||
)
|
// body: body
|
||||||
}
|
// )
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue