From 8a09b3e485d9731437c8b3051c8ccab95f4e4f57 Mon Sep 17 00:00:00 2001 From: Jan Nowak Date: Sun, 28 Mar 2021 23:09:39 +0200 Subject: [PATCH] Added stats.sh --- Jenkinsfile | 2 +- stats.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 stats.sh diff --git a/Jenkinsfile b/Jenkinsfile index 2dd33ee..2bab0aa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } } } diff --git a/stats.sh b/stats.sh new file mode 100644 index 0000000..4a2aced --- /dev/null +++ b/stats.sh @@ -0,0 +1,2 @@ +#!/bin/bash +wc -l Global_Superstore22.csv \ No newline at end of file