diff --git a/Jenkinsfile b/Jenkinsfile index 28348cc..0fa6a22 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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") {