We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66fff8 commit 5946bd6Copy full SHA for 5946bd6
Jenkinsfile
@@ -884,25 +884,7 @@ pipeline {
884
}
885
post{
886
cleanup{
887
- cleanWs(
888
- patterns: [
889
- [pattern: '.coverage/', type: 'INCLUDE'],
890
- [pattern: '.eggs/', type: 'INCLUDE'],
891
- [pattern: '.mypy_cache/', type: 'INCLUDE'],
892
- [pattern: '.pytest_cache/', type: 'INCLUDE'],
893
- [pattern: 'dist/', type: 'INCLUDE'],
894
- [pattern: 'build/', type: 'INCLUDE'],
895
- [pattern: '*.dist-info/', type: 'INCLUDE'],
896
- [pattern: 'logs/', type: 'INCLUDE'],
897
- [pattern: 'reports/', type: 'INCLUDE'],
898
- [pattern: 'generatedJUnitFiles/', type: 'INCLUDE'],
899
- [pattern: 'py3exiv2bind/*.so', type: 'INCLUDE'],
900
- [pattern: '**/__pycache__/', type: 'INCLUDE'],
901
- [pattern: 'venv/', type: 'INCLUDE'],
902
- ],
903
- notFailBuild: true,
904
- deleteDirs: true
905
- )
+ sh "git clean -dfx"
906
907
908
0 commit comments