gfsbaghd
This commit is contained in:
parent
e93c360f94
commit
d10b87b976
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -33,7 +33,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage("Dara Preparation") {
|
||||
stage("Build docker") {
|
||||
steps {
|
||||
sh 'docker build -t ium .'
|
||||
}
|
||||
}
|
||||
stage("Data Preparation") {
|
||||
agent {
|
||||
dockerfile true
|
||||
}
|
||||
@ -53,6 +58,7 @@ pipeline {
|
||||
sh "chmod u+x ./statistics.sh"
|
||||
sh "./statistics.sh"
|
||||
archiveArtifacts 'statistics.csv'
|
||||
sh 'docker run --rm ium'
|
||||
sh "python stats_data.py"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user