diff --git a/Jenkinsfile b/Jenkinsfile index 5ee9558..f70c95a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { } stage('Count metrics'){ steps{ - sh label: '', script: './count_metrics.s h wikiniews_results.tsv' + sh label: '', script: './count_metrics.sh wikiniews_results.tsv' archiveArtifacts 'srr.txt' archiveArtifacts 'wer.txt' archiveArtifacts 'wikiniews_results_with_wer.txt'