mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04:00
Progress reporting through Jenkins (2) (#166)
* Progress reporting through Jenkins * Update progress.py Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * Jenkins reporting attempt 2 Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
This commit is contained in:
Vendored
+1
-1
@@ -21,7 +21,7 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
sh 'python3 progress.py -j'
|
||||
sh 'mv build/progress.json /var/www/html/progress.json'
|
||||
sh 'mv build/progress.json /var/www/html/reports/progress.json'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user