diff --git a/Jenkinsfile b/Jenkinsfile index 1106a58..17a2cef 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,6 +13,10 @@ pipeline { sh('chmod +x ./lines.sh') sh('./lines.sh') archiveArtifacts 'lines_number.txt' + archiveArtifacts 'wer.tsv' + archiveArtifacts 'wer.txt' + archiveArtifacts 'srr.txt' + archiveArtifacts 'wikiniews_results_with_wer.tsv' } } }