s421813-mlworkshops/Jenkinsfile

5 lines
137 B
Plaintext
Raw Normal View History

2019-04-26 10:49:06 +02:00
node {
2019-04-26 10:46:36 +02:00
copyArtifacts filter: 'wikiniews_results.tsv', fingerprintArtifacts:
true, projectName: 'ASR-eval', selector: lastSuccessful()
2019-04-26 10:49:06 +02:00
}