asdadsdas

This commit is contained in:
ulaniuk 2022-04-03 22:36:13 +02:00
parent a774639755
commit 8fc2e02e74

4
Jenkinsfile vendored
View File

@ -40,12 +40,16 @@ pipeline {
}
stage("Data Preparation") {
steps {
sh 'echo "PREPARATION"'
sh "chmod u+x ./preparation.sh"
sh "./preparation.sh"
archiveArtifacts 'KaggleV2-May-2016.csv'
}
}
stage("Statistics") {
steps {
sh 'echo "STATISTICS"'
sh "chmod u+x ./statistics.sh"
sh "./statistics.sh"
archiveArtifacts 'statistics.csv'
}