ci: cleanup workspaces after every build to save space

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-06-30 16:01:58 +02:00 committed by Jakub
parent f140a71d6d
commit 09876ae82b
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ pipeline {
post {
success { script { github.notifyPR(true) } }
failure { script { github.notifyPR(false) } }
always { cleanWs() }
} // post
} // pipeline