diff --git a/Jenkinsfile b/Jenkinsfile index e3a7a55..988582d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -56,7 +56,6 @@ pipeline { post { always { // Clean up the workspace after the build - cleanWs() } } }