Update cleanup call

This commit is contained in:
Sam Chesney
2019-08-21 18:37:07 +01:00
committed by Oscar Bailey
parent 8d3cc039f7
commit a7a577acad

2
Jenkinsfile vendored
View File

@@ -133,7 +133,7 @@ pipeline {
} }
post { post {
cleanup { cleanup {
cleanWs() xcoreCleanSandbox()
} }
} }
} }