enhance: send email to qa when nightly ci failure (#37080)

Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>
This commit is contained in:
yellow-shine
2024-10-23 17:45:34 +08:00
committed by GitHub
parent 8902e2220e
commit 04343d17b1
+9
View File
@@ -145,4 +145,13 @@ pipeline {
}
}
}
post {
unsuccessful {
container('jnlp') {
script {
sendEmail.toQA()
}
}
}
}
}