From 585a9f48e7cec8f32bc06706fdc32526b6bf6e0a Mon Sep 17 00:00:00 2001 From: s432211 Date: Tue, 5 May 2020 05:48:44 +0200 Subject: [PATCH] up --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) 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") {