IUM_04 - update Jenkinsfile - fix

This commit is contained in:
Paweł Łączkowski 2024-04-03 20:15:52 +02:00
parent d6c4cbae58
commit 3fabf235e4

2
Jenkinsfile vendored
View File

@ -36,6 +36,7 @@ pipeline {
stage('Download dataset and preprocess data') {
steps {
script {
docker.image('create-dataset-s464863').withRun(
"-e KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"-e KAGGLE_KEY=${params.KAGGLE_KEY}",
@ -48,4 +49,5 @@ pipeline {
}
}
}
}
}