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') {
|
stage('Copy Artifacts') {
|
||||||
steps {
|
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') {
|
stage('Count words') {
|
||||||
|
Loading…
Reference in New Issue
Block a user