Fix
This commit is contained in:
parent
3d939b1a7b
commit
09dbff1aed
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -37,7 +37,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh 'echo "PREPARATION"'
|
sh 'echo "PREPARATION"'
|
||||||
sh "chmod u+x ./preparation.sh"
|
sh "chmod u+x ./preparation.sh"
|
||||||
sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${KAGGLE_KEY} CUTOFF=${CUTOFF} ./preparation.sh"
|
sh "./preparation.sh"
|
||||||
archiveArtifacts 'KaggleV2-May-2016.csv'
|
archiveArtifacts 'KaggleV2-May-2016.csv'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -45,7 +45,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh 'echo "STATISTICS"'
|
sh 'echo "STATISTICS"'
|
||||||
sh "chmod u+x ./statistics.sh"
|
sh "chmod u+x ./statistics.sh"
|
||||||
sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${KAGGLE_KEY} CUTOFF=${CUTOFF} ./statistics.sh"
|
sh "./statistics.sh"
|
||||||
archiveArtifacts 'statistics.csv'
|
archiveArtifacts 'statistics.csv'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user