diff --git a/Jenkins/Jenkinsfile-deb-pkg b/Jenkins/Jenkinsfile-deb-pkg index 9120684..59886e4 100644 --- a/Jenkins/Jenkinsfile-deb-pkg +++ b/Jenkins/Jenkinsfile-deb-pkg @@ -62,6 +62,11 @@ pipeline { } } } + post { + always { + notifyBuildStatus('narenas@qindel.com') + } + } } // stage ('Publish to Debian Repository') { // agent { label 'debian-repo' }