From f0214422e2ea057cc491ffe88c29cc2c36bc5417 Mon Sep 17 00:00:00 2001 From: Cezary Date: Mon, 4 May 2020 23:52:29 +0200 Subject: [PATCH] zad3 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 713e3fa..3611541 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { stage('archiveArtifacts') { steps { archiveArtifacts 'count_lines_result.txt' - archiveArtifacts 'wikiniews_results.tsv' + archiveArtifacts 'wikiniews_results.tsv' archiveArtifacts 'wer.txt' archiveArtifacts 'srr.txt' }