This commit is contained in:
Ufnow 2020-04-21 23:41:27 +02:00
parent fe8d67e1ec
commit f5e286e735

1
Jenkinsfile vendored
View File

@ -25,7 +25,6 @@ pipeline {
archiveArtifacts 'hypothesis.trn' archiveArtifacts 'hypothesis.trn'
archiveArtifacts 'hypothesis.txt' archiveArtifacts 'hypothesis.txt'
archiveArtifacts 'reference.txt' archiveArtifacts 'reference.txt'
archiveArtifacts 'wikinews_results.tsv'
} }
} }
} }