jenkins: force clean git (#36515)

This commit is contained in:
Frédéric Péters 2019-11-12 17:03:53 +01:00
parent cb17e126b7
commit 731697ebc9
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -11,6 +11,7 @@ pipeline {
}
stage('Unit Tests') {
steps {
sh 'git clean -xdf'
sh 'tox -r -e py3-pylint-coverage'
}
post {