diff --git a/Jenkinsfile b/Jenkinsfile index 3ab2daf9c4..4beecd2b33 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -60,6 +60,12 @@ pipeline { } } } + post { + always { + // need to do this since container runs as root + cleanWs() + } + } } stage('On-device Tests') {