From 18d7698fb565d5f2cb0267e073436fbc504fe706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20=C5=81=C4=85czkowski?= Date: Fri, 29 Mar 2024 17:08:38 +0100 Subject: [PATCH] IUM_04 - update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index fd1bc22..8c3d7be 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ pipeline { withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}"]) { sh "kaggle datasets download -d uciml/breast-cancer-wisconsin-data" sh "unzip -o breast-cancer-wisconsin-data.zip" - sh "mkdir datasets" + sh "mkdir -p datasets" sh "mv data.csv datasets/data.csv" } }