Fix typo in jenkisfile
parent
6146538345
commit
f527d33a0f
|
@ -26,7 +26,7 @@ pipeline {
|
|||
stage('Workspace cleanup (pre-build)') {
|
||||
steps {
|
||||
// Equivalente al PreBuildCleanup del plugin ws-cleanup
|
||||
wsCleanup()
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue