jenkins: add mail post action

This commit is contained in:
2025-10-03 12:14:09 +02:00
parent e4306d6838
commit 1b8e3f2b80

5
Jenkinsfile vendored
View File

@@ -50,4 +50,9 @@ pipeline {
}
}
}
post {
always {
step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: emailextrecipients([developers(), requestor()])])
}
}
}