diff --git a/Jenkinsfile b/Jenkinsfile index 680e789..77e3111 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,5 +50,9 @@ node { to: 'mithunreddytechnologies@gmail.com' */ throw err + }post{ + always { + echo sh 'pipeline completed' + } } }