summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authornotyourav <65437533+notyourav@users.noreply.github.com>2021-03-15 01:33:22 -0700
committerGitHub <noreply@github.com>2021-03-15 01:33:22 -0700
commit78784ec28105c0ce2b77790d3fb5affd1224c464 (patch)
tree6e80373f4bf0dd3a1e32f12662c7b49add994528 /Jenkinsfile
parent9eee02fd7c8bf7ba79f9deaacb18b940e14a5dee (diff)
Update Jenkinsfile
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 155fb875..166706c0 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,8 +19,8 @@ pipeline {
branch 'master'
}
steps {
- sh 'python3 progress.py -c >> /var/www/html/reports/progress.csv'
- sh 'python3 progress.py -mc >> /var/www/html/reports/progress_matching.csv'
+ sh 'python3 progress.py >> /var/www/html/reports/progress_tmc.csv'
+ sh 'python3 progress.py -m >> /var/www/html/reports/progress_tmc_matching.csv'
}
}
}