diff --git a/Jenkinsfile b/Jenkinsfile index 5d56f6b1..57d6bf97 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,9 +34,6 @@ pipeline { } } post { - always { - cleanWs(cleanWhenNotBuilt: false, notFailBuild: true) - } success { echo 'Build completed successfully!'