Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Jędrzej Furmann 2020-04-03 13:35:41 +00:00
parent 0ada242adb
commit 0ad2acd5c9

4
Jenkinsfile vendored
View File

@ -20,8 +20,8 @@ pipeline {
stage('Save results'){
steps {
archiveArtifacts 'lines_number.txt'
archiveArtifacts 'wer.tsv'
archiveArtifacts 'srr.tsv'
archiveArtifacts 'wer.txt'
archiveArtifacts 'srr.txt'
}
}
}