mirror of
https://github.com/zeldaret/tmc
synced 2026-08-18 13:43:31 -04:00
Update Jenkinsfile
This commit is contained in:
Vendored
+2
-2
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user