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' } } }