forgot about jupyter

This commit is contained in:
s495716 2024-03-29 15:34:52 +01:00
parent 754356990a
commit 144ee6c2d6

1
Jenkinsfile vendored
View File

@ -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