diff --git a/Jenkinsfile b/Jenkinsfile index 7144688..be70415 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,6 +22,8 @@ pipeline { } } } + + // Post always runs even if the pipeline fails post { success { echo 'Pipeline has completed'