forgot about jupyter
This commit is contained in:
parent
754356990a
commit
144ee6c2d6
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -26,6 +26,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
withEnv(["KAGGLE_USERNAME=${KAGGLE_USERNAME}",
|
withEnv(["KAGGLE_USERNAME=${KAGGLE_USERNAME}",
|
||||||
"KAGGLE_KEY=${KAGGLE_KEY}" ]) {
|
"KAGGLE_KEY=${KAGGLE_KEY}" ]) {
|
||||||
|
sh 'jupyter execute Data_download.ipynb'
|
||||||
sh 'chmod 777 ./data_download.sh'
|
sh 'chmod 777 ./data_download.sh'
|
||||||
sh './data_download.sh --cutoff ${CUTOFF}'
|
sh './data_download.sh --cutoff ${CUTOFF}'
|
||||||
archiveArtifacts artifacts: 'test_without_id_column.csv,cutoff_train.csv,test.csv,train.csv', followSymlinks: false
|
archiveArtifacts artifacts: 'test_without_id_column.csv,cutoff_train.csv,test.csv,train.csv', followSymlinks: false
|
||||||
|
Loading…
Reference in New Issue
Block a user