From 5c81c6f3abf55a2bfaa65f6cc5ed36a02cb15c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Miko=C5=82ajski?= Date: Mon, 17 Apr 2023 21:37:37 +0200 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 345ed92..3a90431 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ node { sh 'echo CUT: $CUT' sh 'kaggle datasets download -d mssmartypants/water-quality > output.txt' sh 'unzip -o water-quality.zip >> output.txt' - sh 'python3 create_dataset.py $CUT >> output.txt' + sh 'python3 create_dataset.py 70 >> output.txt' archiveArtifacts artifacts: 'waterQuality.csv, output.txt' } }