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 {
|
post {
|
||||||
always {
|
always {
|
||||||
script {
|
script {
|
||||||
def notify = load "${env.WORKSPACE}/ci/jenkinsfile/notify.groovy"
|
node('master') {
|
||||||
notify.notify()
|
def notify = load "${env.WORKSPACE}/ci/jenkinsfile/notify.groovy"
|
||||||
|
notify.notify()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
success {
|
success {
|
||||||
|
|
Loading…
Reference in New Issue