hguyi
This commit is contained in:
parent
9ab3ce4b13
commit
7620e4de29
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -8,7 +8,7 @@ pipeline {
|
||||
}
|
||||
stage('copyArtifacts') {
|
||||
steps {
|
||||
copyArtifacts filter: 'wikiniews_results.tsv', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: '/s426274-metrics'
|
||||
copyArtifacts filter: 'wikiniews_results.tsv', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: './s426274-metrics'
|
||||
}
|
||||
}
|
||||
stage('countLines') {
|
||||
|
Loading…
Reference in New Issue
Block a user