diff --git a/Jenkinsfile b/Jenkinsfile index 2fe05f7..7bfbe3b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { sh 'git checkout' sh 'python3 script.py' archiveArtifacts artifacts: 'num_lines.txt' - sh 'sudo python3 calculate_metrics.py' + sh 'python3 calculate_metrics.py' archiveArtifacts artifacts: 'wikiniews_results_with_wer.tsv' archiveArtifacts artifacts: 'wer_mean.txt' archiveArtifacts artifacts: 'srr.txt'