Change function to notify bt email

main
Nicolas Arenas 2025-03-18 01:33:52 +01:00
parent bfcaf7bc97
commit 9529bebd92
1 changed files with 1 additions and 6 deletions

View File

@ -7,11 +7,6 @@ def call(String recipients) {
def body = """El build ${env.BUILD_NUMBER} del trabajo '${env.JOB_NAME}' ha finalizado con estado: ${buildStatus}.
Puedes ver los detalles aquí: ${env.BUILD_URL}"""
// Enviar correo
mail to: recipients, subject: subject, body: body
// emailext(
// to: recipients,
// subject: subject,
// body: body
// )
}