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
Vendored
+1 -1
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'
}
}
}