From 6f8520f3a456e55fc51ed4feca331c4b21124a69 Mon Sep 17 00:00:00 2001 From: Daniel Porzucek Date: Fri, 29 Mar 2024 15:57:30 +0100 Subject: [PATCH] again --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9023f12..32b8601 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { withEnv(["KAGGLE_USERNAME=${KAGGLE_USERNAME}", "KAGGLE_KEY=${KAGGLE_KEY}" ]) { sh 'jupyter nbconvert --to python Data_download.ipynb' - sh 'python3 Data_download.py' + sh 'ipython Data_download.py' archiveArtifacts artifacts: 'test.csv,train.csv', followSymlinks: false } }