This commit is contained in:
Ufnow 2020-04-21 21:52:38 +02:00
parent 9ce0572214
commit c0dc6d7bed

11
Jenkinsfile vendored
View File

@ -7,15 +7,10 @@ pipeline {
url: 'https://git.wmi.amu.edu.pl/s426274/s426274-mlworkshops.git' url: 'https://git.wmi.amu.edu.pl/s426274/s426274-mlworkshops.git'
} }
} }
stage('Copy Archive') { stage('copyArtifacts') {
steps { steps {
script { copyArtifacts filter: 'wikiniews_results.tsv', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: './'
step ([$class: 'CopyArtifact',
filter: "wikiniews_results.tsv",
fingerprintArtifacts: true,
projectName: 'ASR-eval',
selector: lastSuccessful()]);
}
} }
} }
stage('Count lines'){ stage('Count lines'){