This commit is contained in:
ulaniuk 2022-04-03 22:35:15 +02:00
parent cf41e29ce6
commit a774639755

8
Jenkinsfile vendored
View File

@ -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'