mirror of
https://github.com/HarbourMasters/2ship2harkinian.git
synced 2025-02-26 00:55:48 +00:00
Fixes path to progress.py in Jenkinsfile
This commit is contained in:
parent
a23213c08c
commit
710c3d17b0
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user