Added missing steps block to Jenkinsfile
This commit is contained in:
parent
9108544552
commit
ae8779f171
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -25,6 +25,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("Download data") {
|
stage("Download data") {
|
||||||
|
steps {
|
||||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||||
"KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
|
"KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
|
||||||
sh "./download_data.sh"
|
sh "./download_data.sh"
|
||||||
@ -33,3 +34,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user