Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Monika Janocha 2020-04-21 12:51:41 +00:00
parent 96b1babd19
commit 19e9217e40

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ pipeline {
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful() copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
sh('chmod +x ./lines.sh') sh('chmod +x ./lines.sh')
sh('./lines.sh') sh('./lines.sh')
archiveArtifacts 'licz_linie.txt' archiveArtifacts 'lines_number.txt'
archiveArtifacts 'wer.tsv' archiveArtifacts 'wer.tsv'
archiveArtifacts 'wer.txt' archiveArtifacts 'wer.txt'
archiveArtifacts 'srr.txt' archiveArtifacts 'srr.txt'