From afdc2bbf93aaf4dd667827db982cb709d3938c2c Mon Sep 17 00:00:00 2001 From: s460941 Date: Wed, 22 Apr 2020 16:23:26 +0200 Subject: [PATCH] CopyArtifacts --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 5c4fa3f..9da4b61 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,7 @@ pipeline { stage('CopyArtifacts') { steps { copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful() + archiveArtifacts 'wikiniews_results.tsv' } } }