Added stats.sh

This commit is contained in:
Jan Nowak 2021-03-28 23:09:39 +02:00
parent f85221a189
commit 8a09b3e485
2 changed files with 3 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -39,7 +39,7 @@ pipeline {
stage('end') {
steps {
//Zarchiwizuj wynik
archiveArtifacts 'output.txt,Global_Superstore2.csv.dev,Global_Superstore2.csv.test,Global_Superstore2.csv.train'
archiveArtifacts 'output.txt,Global_Superstore22.csv,Global_Superstore2.csv.dev,Global_Superstore2.csv.test,Global_Superstore2.csv.train'
}
}
}

2
stats.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
wc -l Global_Superstore22.csv