diff --git a/Jenkinsfile b/Jenkinsfile index b830f8a99..9fff079b5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -69,11 +69,5 @@ pipeline { } } } - success { - githubNotify description: 'The jenkins build was successful', status: 'SUCCESS' - } - failure { - githubNotify description: 'The jenkins build failed', status: 'FAILURE' - } } }