Fix
This commit is contained in:
parent
cf41e29ce6
commit
a774639755
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -38,19 +38,13 @@ pipeline {
|
||||
sh 'docker build -t ium .'
|
||||
}
|
||||
}
|
||||
stage("Data Preparation") {
|
||||
agent {
|
||||
dockerfile true
|
||||
}
|
||||
stage("Data Preparation") {
|
||||
steps {
|
||||
sh "./preparation.sh"
|
||||
archiveArtifacts 'KaggleV2-May-2016.csv'
|
||||
}
|
||||
}
|
||||
stage("Statistics") {
|
||||
agent {
|
||||
dockerfile true
|
||||
}
|
||||
steps {
|
||||
sh "./statistics.sh"
|
||||
archiveArtifacts 'statistics.csv'
|
||||
|
Loading…
Reference in New Issue
Block a user