This commit is contained in:
s495716 2024-03-29 15:57:30 +01:00
parent 070d4b1fd7
commit 6f8520f3a4
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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