From 42fe175b7174f15e8ad4cfe627687bedcdcccd37 Mon Sep 17 00:00:00 2001 From: Yevheniia Tsapkova Date: Fri, 3 Apr 2020 15:46:27 +0200 Subject: [PATCH] wer ard srr --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1b46c35..d5ad1e2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,7 @@ pipeline { stage('Accumulate metrics results'){ steps{ - copyArtifacts filter: 'srr.txt, wer.txt', fingerprintArtifacts: true, optional: true, projectName: 's152203-mlworkshops', target: 'last-results' + copyArtifacts filter: 'srr.txt, wer.txt', fingerprintArtifacts: true, optional: true, projectName: 's152203-metrics', target: 'last-results' sh label: '', script: './to_file.sh last-results/srr.txt srr.txt' sh label: '', script: './to_file.sh last-results/wer.txt wer.txt' }