Another fix
This commit is contained in:
parent
56e93c6c86
commit
b4d4177068
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -16,12 +16,11 @@ node {
|
||||
])
|
||||
])
|
||||
}
|
||||
}
|
||||
|
||||
stage('Install depends.') {
|
||||
stage('Install depends.') {
|
||||
sh 'pip install --user -r requirements.txt'
|
||||
}
|
||||
stage('Prepare dataset') {
|
||||
}
|
||||
stage('Prepare dataset') {
|
||||
withEnv([
|
||||
"KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}"
|
||||
@ -32,4 +31,5 @@ stage('Prepare dataset') {
|
||||
|
||||
sh 'chmod u+x ./load_data.sh'
|
||||
sh './load_data.sh'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user