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