diff --git a/ci/main_jenkinsfile b/ci/main_jenkinsfile index 5c0fde587b..2783e84688 100644 --- a/ci/main_jenkinsfile +++ b/ci/main_jenkinsfile @@ -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 {