This commit is contained in:
s432211 2020-05-05 05:48:44 +02:00
parent fa9163b1b7
commit 585a9f48e7

5
Jenkinsfile vendored
View File

@ -26,6 +26,11 @@ pipeline {
archiveArtifacts 'wer.txt'
archiveArtifacts 'srr.txt'
archiveArtifacts 'results'
archiveArtifacts 'hypothesis.txt'
archiveArtifacts 'reference.txt'
archiveArtifacts 'wer.tsv'
archiveArtifacts 'wer1.txt'
archiveArtifacts 'srr1.txt'
}
}
stage("buildMetrics") {