From 477eb60a79387ca378f7d5a5decfd013048fc0ab Mon Sep 17 00:00:00 2001 From: Wojciech Lidwin Date: Sun, 26 Mar 2023 19:28:41 +0200 Subject: [PATCH] Test --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2ca97d6..ad80fc6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ node { "KAGGLE_KEY=${params.KAGGLE_KEY}", "CUTOFF=${params.CUTOFF}" ]) { sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME' - sh "chmod +x -R ./download_dataset.sh" + sh "chmod u+x ./download_dataset.sh" sh './download_dataset.sh' archiveArtifacts artifacts: 'baltimore_train.csv, baltimore_test.csv, baltimore_dev.csv' }