diff --git a/Jenkinsfile b/Jenkinsfile index 8f358ae..fae0fea 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,6 +12,8 @@ pipeline { sh('chmod +x ./lines.sh') sh('./lines.sh') archiveArtifacts 'lines_number.txt' + archiveArtifacts 'reference.txt' + archiveArtifacts 'hypothesis.txt' archiveArtifacts 'wer.tsv' archiveArtifacts 'wer.txt' archiveArtifacts 'srr.txt'