jenkinsfile modified

This commit is contained in:
Yevheniia Tsapkova 2020-04-03 12:48:58 +02:00
parent 951cfdba9c
commit 023b9db2f5
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -16,7 +16,7 @@ pipeline {
stage('Copy artifacts'){
steps{
copyArtifacts filter: 'wikinews_results.tsv', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
copyArtifacts filter: 'wikiniews_results.tsv ', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
}
}
}