again
This commit is contained in:
parent
070d4b1fd7
commit
6f8520f3a4
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user