ci: add a comment about windows workspace cleanup
This commit is contained in:
parent
eccc9b3bd7
commit
e251d5907d
|
@ -118,6 +118,9 @@ pipeline {
|
|||
post {
|
||||
success { script { github.notifyPR(true) } }
|
||||
failure { script { github.notifyPR(false) } }
|
||||
// Windows workspace often becomes broken if stoped during checkout.
|
||||
// Post cleanup will fail too.
|
||||
// Use 'Wipe out repository and force clone' manual UI option to prevent it.
|
||||
cleanup { cleanWs() }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue