diff --git a/Jenkinsfile b/Jenkinsfile index badc617..6660d71 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,6 +26,7 @@ pipeline { steps { withEnv(["KAGGLE_USERNAME=${KAGGLE_USERNAME}", "KAGGLE_KEY=${KAGGLE_KEY}" ]) { + sh 'jupyter execute Data_download.ipynb' sh 'chmod 777 ./data_download.sh' sh './data_download.sh --cutoff ${CUTOFF}' archiveArtifacts artifacts: 'test_without_id_column.csv,cutoff_train.csv,test.csv,train.csv', followSymlinks: false