asdadsdas
This commit is contained in:
parent
a774639755
commit
8fc2e02e74
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user