diff --git a/Jenkinsfile b/Jenkinsfile index 52555b1..7c3ce9c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { stage('Workspace cleanup (pre-build)') { steps { // Equivalente al PreBuildCleanup del plugin ws-cleanup - wsCleanup() + cleanWs() } }