mirror of https://github.com/milvus-io/milvus.git
send email on master node
Former-commit-id: 7eaec56894b5dbab27bc7971aace3d5dfc0687c5pull/191/head
parent
618705f617
commit
5e023cd47b
|
@ -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…
Reference in New Issue