jenkinsfile

This commit is contained in:
s452111 2020-04-21 21:17:06 +02:00
parent 62506b9399
commit 9d94a186a7

3
Jenkinsfile vendored
View File

@ -14,8 +14,7 @@ pipeline {
} }
stage('Copy Artifacts') { stage('Copy Artifacts') {
steps { steps {
copyArtifacts filter: 'wikiniews_results.tsv, fingerprintArtifacts: true, copyArtifacts filter: 'wikiniews_results.tsv,fingerprintArtifacts: true,projectName: 'ASR-eval',selector: lastSuccessful()
projectName: 'ASR-eval', selector: lastSuccessful()
} }
} }
stage('Count words') { stage('Count words') {