diff --git a/Jenkinsfile b/Jenkinsfile index 88ba85b1d..c9108d95a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,8 @@ node('Node-Dev-100163') { try { + options { + skipNotifications() + } stage('Checkout') { echo 'Pulling...' + env.BRANCH_NAME checkout scm