diff --git a/Jenkinsfile b/Jenkinsfile index 3c35d99..1d4bfc0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,6 +14,7 @@ pipeline { projectName: 'ASR-eval', filter: "wikiniews_results.tsv", selector: lastSuccessful(), + fingerprintArtifacts: true, target: 'wikiniews_results.tsv']); } }