fix clean method

This commit is contained in:
Roberto Cirillo 2022-10-04 10:23:18 +02:00
parent 75e36dcd24
commit 3f3e10fa2f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -128,7 +128,7 @@ pipeline {
}
}
}
clean(${file.path});
clean("${file.path}");
}