make clean should never fail the Run

This commit is contained in:
R. Tyler Croy 2018-01-04 14:23:14 -08:00
parent 291c8cf14b
commit 8020c83032
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -38,7 +38,7 @@ pipeline {
}
post {
always {
sh 'make clean'
sh 'make clean || true'
}
}
}