This commit is contained in:
Ufnow 2020-04-21 23:35:04 +02:00
parent 3bae0e0f25
commit 38bf93e48c

7
Jenkinsfile vendored
View File

@ -25,10 +25,9 @@ pipeline {
archiveArtifacts 'hypothesis.trn'
archiveArtifacts 'hypothesis.txt'
archiveArtifacts 'reference.txt'
archiveArtifacts 'wer_all.txt'
archiveArtifacts 'wer.txt'
archiveArtifacts 'srr.txt'
archiveArtifacts 'wikinews_results.tsv'
archiveArtifacts 'wer.txt'
archiveArtifacts 'srr.txt'
archiveArtifacts 'wikinews_results.tsv'
}
}
}