poprawki do obliczania metryk 26

This commit is contained in:
alicja.m.musial 2020-04-03 17:43:45 +02:00
parent 40d7b94cce
commit 3478258a42
2 changed files with 2 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -29,6 +29,7 @@ pipeline {
}
stage('Archive artifacts') {
steps {
archiveArtifacts 'countLines.txt'
archiveArtifacts 'wer.txt'
archiveArtifacts 'srr.txt'
archiveArtifacts 'wikiniews_results.tsv'

View File

@ -1,3 +1,3 @@
#!/bin/bash
wc -l wikiniews_results.tsv > wynik.txt
wc -l wikiniews_results.tsv > countLines.txt