Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Tomasz Burewicz 2020-04-03 12:42:40 +00:00
parent f4be2d5943
commit 8da0d54072

2
Jenkinsfile vendored
View File

@ -8,7 +8,7 @@ pipeline {
}
stage('Artefacts') {
steps {
copyArtifacts filter: '*.tsv', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: 'artefacts/'
copyArtifacts filter: 'wikiniews_results.tsv', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: 'artefacts/'
}
}
stage('Count lines') {