diff --git a/Jenkinsfile b/Jenkinsfile index 17a2cef..d77a2d8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,6 +16,7 @@ pipeline { archiveArtifacts 'wer.tsv' archiveArtifacts 'wer.txt' archiveArtifacts 'srr.txt' + archiveArtifacts 'scores.txt' archiveArtifacts 'wikiniews_results_with_wer.tsv' } }