diff --git a/Jenkinsfile b/Jenkinsfile index 8fb6a4b51..8069e80af 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,11 +63,7 @@ pipeline { } } - post { - always { - cleanWs() // Clean workspace after the pipeline execution - } - } -} + + } }