This commit is contained in:
s460941 2020-04-22 16:55:50 +02:00
parent 6776c1a446
commit 3ef9f0c227
2 changed files with 2 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -13,6 +13,7 @@ pipeline {
{
steps {
sh label:"", script:"bash ./count.sh"
archiveArtifacts 'lines_number.txt'
}
}
}

View File

@ -1,3 +1,3 @@
var=$(wc -l "wikiniews_results.tsv")
lines=${var%% *}
echo $lines
echo $lines > "lines_number.txt"