Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Monika Janocha 2020-04-16 19:19:41 +00:00
parent b1c8dc14be
commit a970397d33
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

@ -13,6 +13,10 @@ pipeline {
sh('chmod +x ./lines.sh')
sh('./lines.sh')
archiveArtifacts 'lines_number.txt'
archiveArtifacts 'wer.tsv'
archiveArtifacts 'wer.txt'
archiveArtifacts 'srr.txt'
archiveArtifacts 'wikiniews_results_with_wer.tsv'
}
}
}