Fix workspace clenaup

This commit is contained in:
retropikzel 2026-07-07 18:28:19 +03:00
parent 22270db57b
commit 05abb15cee
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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