oh whoops...

pull/29291/head
Shane Smiskol 2 years ago
parent 9e94236540
commit 23ab315648
  1. 7
      Jenkinsfile

7
Jenkinsfile vendored

@ -151,6 +151,13 @@ pipeline {
sh "scons -j42"
sh "cd selfdrive/car/tests && PYTHONPATH='${WORKSPACE}' INTERNAL_SEG_LIST='selfdrive/car/tests/test_models_segs.txt' ./test_models.py"
}
post {
always {
sh "rm -rf ${WORKSPACE}/* || true"
sh "rm -rf .* || true"
}
}
}
// stage('scons build test') {

Loading…
Cancel
Save