Fix typo in jenkisfile

pull/30/head
Nicolas Arenas 2025-09-15 12:46:50 +02:00
parent 6146538345
commit f527d33a0f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ pipeline {
stage('Workspace cleanup (pre-build)') {
steps {
// Equivalente al PreBuildCleanup del plugin ws-cleanup
wsCleanup()
cleanWs()
}
}