From c966b8c1fa21efbc5e2633b4159701f54ad6af1c Mon Sep 17 00:00:00 2001 From: dylodylo Date: Fri, 10 Apr 2020 16:33:18 +0200 Subject: [PATCH] update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 773bcf9..90f3f25 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { { steps{ copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful() - copyArtifacts filter: 'srr.txt wer.txt', fingerprintArtifacts: true, projectName: 's460929-metrics', optional: true, selector: lastSuccessful() + //copyArtifacts filter: 'srr.txt wer.txt', fingerprintArtifacts: true, projectName: 's460929-metrics', optional: true, selector: lastSuccessful() } }