This commit is contained in:
ulaniuk 2022-04-03 22:01:01 +02:00
parent 2b8a2215d8
commit d975d4fb97

6
Jenkinsfile vendored
View File

@ -39,6 +39,12 @@ pipeline {
} }
} }
stage("Data Preparation") { stage("Data Preparation") {
agent {
dockerfile {
additionalBuildArgs '-t ium'
args '-e KAGGLE_USERNAME=${params.KAGGLE_USERNAME} -e KAGGLE_KEY=${params.KAGGLE_KEY}'
}
}
steps { steps {
sh "python create_data.py" sh "python create_data.py"
archiveArtifacts 'KaggleV2-May-2016.csv' archiveArtifacts 'KaggleV2-May-2016.csv'