ert
This commit is contained in:
parent
e78090238e
commit
e2daea695d
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -9,14 +9,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Copy Archive') {
|
stage('Copy Archive') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
copyArtifacts filter: 'wikiniews_results.tsv', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: './'
|
||||||
step ([$class: 'CopyArtifact',
|
|
||||||
filter: "wikiniews_results.tsv",
|
|
||||||
target: 'wikiniews_results.tsv',
|
|
||||||
fingerprintArtifacts: true,
|
|
||||||
projectName: 'ASR-eval',
|
|
||||||
selector: lastSuccessful()]);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Count lines'){
|
stage('Count lines'){
|
||||||
|
Loading…
Reference in New Issue
Block a user