jenkinsfile modified
This commit is contained in:
parent
c2d22c106b
commit
951cfdba9c
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -13,10 +13,10 @@ pipeline {
|
|||||||
echo 'Hello World'
|
echo 'Hello World'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Copy artifacts'){
|
stage('Copy artifacts'){
|
||||||
steps{
|
steps{
|
||||||
copyArtifacts filter: 'wikinews_results.txt', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
copyArtifacts filter: 'wikinews_results.tsv', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user