From 7053f3ed56389ce22803d49cdd2bef7fd171348c Mon Sep 17 00:00:00 2001 From: Diana-Krol Date: Tue, 21 Apr 2020 20:49:44 +0200 Subject: [PATCH] metryki --- jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jenkinsfile b/jenkinsfile index 2003be0..8896c58 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -10,7 +10,8 @@ pipeline { sh(' ./lines.sh') archiveArtifacts 'lines_number.txt' archiveArtifacts 'wer.txt' - archiveArtifacts 'hypothesis.txt' + archiveArtifacts 'hypothesis.trn' + archiveArtifacts 'scores' archiveArtifacts 'srr.txt' archiveArtifacts 'wer.tsv' archiveArtifacts 'wikiniews_results_with_wer.tsv'