jenkinsfile fix
This commit is contained in:
parent
9d94a186a7
commit
eef6d50a39
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -14,7 +14,7 @@ pipeline {
|
||||
}
|
||||
stage('Copy Artifacts') {
|
||||
steps {
|
||||
copyArtifacts filter: 'wikiniews_results.tsv,fingerprintArtifacts: true,projectName: 'ASR-eval',selector: lastSuccessful()
|
||||
copyArtifacts filter: 'wikiniews_results.tsv', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||
}
|
||||
}
|
||||
stage('Count words') {
|
||||
|
Loading…
Reference in New Issue
Block a user