From ba0e57eecd842b7f1f46c3c3f2aab41f13bf13ee Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Tue, 26 May 2020 17:00:22 -0400 Subject: [PATCH] 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> --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0574e5d0d2..5801ba4bd3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } } }