diff --git a/Jenkinsfile b/Jenkinsfile index 82b0ab0..8ca53c5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,4 +42,12 @@ pipeline{ } } } + post{ + always{ + script{ + echo '''this is always executed ''' + cleanWs() + } + } + } }