allow for saving artifacts
This commit is contained in:
parent
373b256479
commit
7d5c9e93a1
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -26,6 +26,7 @@ pipeline {
|
||||
"KAGGLE_KEY=${KAGGLE_KEY}" ]) {
|
||||
sh 'chmod 777 ./data_download.sh'
|
||||
sh './data_download.sh --cutoff ${CUTOFF}'
|
||||
archiveArtifacts artifacts: 'test_without_id_column.csv,cutoff_train.csv', followSymlinks: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user