mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-01 00:15:30 +08:00
send email on master node
Former-commit-id: 07518d892cb27efe82ac4d181594a31a67795e79
This commit is contained in:
parent
72ffedebd7
commit
b4abf92d54
@ -234,8 +234,10 @@ spec:
|
||||
post {
|
||||
always {
|
||||
script {
|
||||
def notify = load "${env.WORKSPACE}/ci/jenkinsfile/notify.groovy"
|
||||
notify.notify()
|
||||
node('master') {
|
||||
def notify = load "${env.WORKSPACE}/ci/jenkinsfile/notify.groovy"
|
||||
notify.notify()
|
||||
}
|
||||
}
|
||||
}
|
||||
success {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user