fix
This commit is contained in:
parent
f5959bb797
commit
d06917c6fb
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -7,7 +7,7 @@ pipeline {
|
||||
description: 'Kaggle username'
|
||||
)
|
||||
password (
|
||||
name: 'KAGGLE_KEY',
|
||||
name: 'API_KEY',
|
||||
defaultValue: '',
|
||||
description: 'Kaggle API key'
|
||||
)
|
||||
@ -38,7 +38,7 @@ pipeline {
|
||||
|
||||
steps {
|
||||
sh "chmod +x ./get_dataset.py"
|
||||
sh "python ./get_dataset.py ${params.KAGGLE_USERNAME} ${params.KAGGLE_KEY}"
|
||||
sh "python ./get_dataset.py ${params.KAGGLE_USERNAME} ${params.API_KEY}"
|
||||
archiveArtifacts artifacts: 'dataset.csv,df_train.csv,df_test.csv', onlyIfSuccessful: true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user