mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 03:28:52 +00:00
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…
x
Reference in New Issue
Block a user