CopyArtifacts

This commit is contained in:
s460941 2020-04-22 16:11:24 +02:00
parent 06f72960e3
commit 6e57a674e6

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('CopyArtifacts') { stage('CopyArtifacts') {
steps { steps {
copyArtifacts filter: 'wikinews_results.tsv',fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful() copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
} }
} }
} }