copy a tsv

This commit is contained in:
s152483 2020-04-03 12:08:54 +02:00
parent a4fdac0b0d
commit 42c906c670

2
Jenkinsfile vendored
View File

@ -8,7 +8,7 @@ pipeline {
} }
stage('copy Artifacts') { stage('copy Artifacts') {
steps { steps {
copyArtifacts filter: 'wikinews_results.txt', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful() copyArtifacts filter: 'wikinews_results.tsv', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
} }
} }
} }