Update Jenkinsfile

This commit is contained in:
Elliptic Ellipsis 2021-12-09 05:26:41 +00:00
parent d4fc05d9cc
commit 64f36f4740
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -26,8 +26,8 @@ pipeline {
}
steps {
sh 'mkdir reports'
sh 'python3 progress.py >> reports/progress_tmc.csv'
sh 'python3 progress.py -m >> reports/progress_tmc_matching.csv'
sh 'python3 progress.py csv >> reports/progress_tmc.csv'
sh 'python3 progress.py csv -m >> reports/progress_tmc_matching.csv'
stash includes: 'reports/*', name: 'reports'
}
}