Fix workspace clenaup

This commit is contained in:
retropikzel 2026-07-07 18:27:58 +03:00
parent d116b90c88
commit 22270db57b
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -75,6 +75,7 @@ pipeline {
}
post {
always {
sh "chmod -R . jenkins"
cleanWs()
}
}