1
This commit is contained in:
parent
289c5e1eff
commit
a8e9968a1d
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -33,19 +33,17 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage("Build Docker") {
|
||||
steps {
|
||||
sh 'docker build -t ium_478855 .'
|
||||
}
|
||||
}
|
||||
stage("Dara Preparation") {
|
||||
agent {
|
||||
dockerfile true
|
||||
dockerfile {
|
||||
additionalBuildArgs '-t ium'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'echo "PREPARATION"'
|
||||
sh "chmod u+x ./preparation.sh"
|
||||
sh "./preparation.sh"
|
||||
sh "python create_data.py"
|
||||
archiveArtifacts 'KaggleV2-May-2016.csv'
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,3 @@
|
||||
echo "Preparation inner"
|
||||
docker ps
|
||||
docker run ium_478855
|
||||
python create_data.py
|
||||
kaggle datasets download -d AnalyzeBoston/crimes-in-boston --force
|
||||
unzip -o crimes-in-boston.zip
|
Loading…
Reference in New Issue
Block a user