CopyArtifacts

This commit is contained in:
s460941 2020-04-22 16:23:26 +02:00
parent 6e57a674e6
commit afdc2bbf93

1
Jenkinsfile vendored
View File

@ -4,6 +4,7 @@ pipeline {
stage('CopyArtifacts') {
steps {
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
archiveArtifacts 'wikiniews_results.tsv'
}
}
}