clean up our mess

pull/1984/head
Adeeb Shihadeh 5 years ago
parent 5c596a63ec
commit db1ac95ecb
  1. 6
      Jenkinsfile

6
Jenkinsfile vendored

@ -60,6 +60,12 @@ pipeline {
}
}
}
post {
always {
// need to do this since container runs as root
cleanWs()
}
}
}
stage('On-device Tests') {

Loading…
Cancel
Save