mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54:14 -04:00
Fixes path to progress.py in Jenkinsfile
This commit is contained in:
Vendored
+3
-3
@@ -31,9 +31,9 @@ pipeline {
|
||||
branch 'master'
|
||||
}
|
||||
steps {
|
||||
sh 'python3 progress.py csv >> /var/www/html/reports/progress_mm.csv'
|
||||
sh 'python3 progress.py csv -m >> /var/www/html/reports/progress_mm_matching.csv'
|
||||
sh 'python3 progress.py shield-json > /var/www/html/reports/progress_mm_shield.json'
|
||||
sh 'python3 ./tools/progress.py csv >> /var/www/html/reports/progress_mm.csv'
|
||||
sh 'python3 ./tools/progress.py csv -m >> /var/www/html/reports/progress_mm_matching.csv'
|
||||
sh 'python3 ./tools/progress.py shield-json > /var/www/html/reports/progress_mm_shield.json'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user