From 02e6a9905fa3492e96edbbcb7cbd07f695fe353a Mon Sep 17 00:00:00 2001 From: Wojciech Lidwin Date: Sun, 26 Mar 2023 19:40:17 +0200 Subject: [PATCH] Test --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3919823..786c848 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,8 @@ node { "KAGGLE_KEY=${params.KAGGLE_KEY}", "CUTOFF=${params.CUTOFF}" ]) { sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME' - sh './download_dataset.sh' + sh 'chmod +x ./download_dataset.sh' + sh './download_dataset.sh' archiveArtifacts artifacts: 'baltimore_train.csv, baltimore_test.csv, baltimore_dev.csv' } }