IUM_04 - update Jenkinsfile - fix
This commit is contained in:
parent
d6c4cbae58
commit
3fabf235e4
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -36,6 +36,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('Download dataset and preprocess data') {
|
stage('Download dataset and preprocess data') {
|
||||||
steps {
|
steps {
|
||||||
|
script {
|
||||||
docker.image('create-dataset-s464863').withRun(
|
docker.image('create-dataset-s464863').withRun(
|
||||||
"-e KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
"-e KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||||
"-e KAGGLE_KEY=${params.KAGGLE_KEY}",
|
"-e KAGGLE_KEY=${params.KAGGLE_KEY}",
|
||||||
@ -49,3 +50,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user