Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Jędrzej Furmann 2020-04-03 14:22:39 +00:00
parent 85275ea5bb
commit 41462f07e8

1
Jenkinsfile vendored
View File

@ -27,6 +27,7 @@ pipeline {
steps {
archiveArtifacts 'lines_number.txt'
archiveArtifacts 'wer.txt'
archiveArtifacts 'wer_for_all.txt'
archiveArtifacts 'srr.txt'
}
}