CopyArtifacts
This commit is contained in:
parent
06f72960e3
commit
6e57a674e6
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -3,7 +3,7 @@ pipeline {
|
||||
stages {
|
||||
stage('CopyArtifacts') {
|
||||
steps {
|
||||
copyArtifacts filter: 'wikinews_results.tsv',fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user