Fix workspace clenaup
This commit is contained in:
parent
d116b90c88
commit
22270db57b
|
|
@ -75,6 +75,7 @@ pipeline {
|
|||
}
|
||||
post {
|
||||
always {
|
||||
sh "chmod -R . jenkins"
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue