1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +00: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:
Ethan Roseman 2020-05-26 17:00:22 -04:00 committed by GitHub
parent e3dc47efe7
commit ba0e57eecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -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'
}
}
}