11
This commit is contained in:
parent
2b8a2215d8
commit
d975d4fb97
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user