diff --git a/Jenkinsfile b/Jenkinsfile index ab318401..cb85366d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,9 +19,4 @@ pipeline { } } } - post { - always { - zulipNotification smartNotification: 'disabled', stream: 'hibernate-infra', topic: 'activity' - } - } }