This commit is contained in:
s152483 2020-04-03 12:07:34 +02:00
parent 46d860b1f1
commit a4fdac0b0d

5
Jenkinsfile vendored
View File

@ -6,5 +6,10 @@ pipeline {
git 'https://git.wmi.amu.edu.pl/s152483/s152483-mlworkshops'
}
}
stage('copy Artifacts') {
steps {
copyArtifacts filter: 'wikinews_results.txt', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
}
}
}
}