From fe8d67e1ec9153ffac19843ff33c2f312049f828 Mon Sep 17 00:00:00 2001 From: Ufnow Date: Tue, 21 Apr 2020 23:40:41 +0200 Subject: [PATCH] fix --- Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 53bf777..633b65a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,8 +25,6 @@ pipeline { archiveArtifacts 'hypothesis.trn' archiveArtifacts 'hypothesis.txt' archiveArtifacts 'reference.txt' - archiveArtifacts 'wer.txt' - archiveArtifacts 'srr.txt' archiveArtifacts 'wikinews_results.tsv' } }