Jenkinsfile fix
This commit is contained in:
parent
3df5fd5858
commit
4d9d79b334
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -46,7 +46,6 @@ node {
|
|||||||
sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${KAGGLE_KEY} CUTOFF=${CUTOFF} ./preparation.sh"
|
sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${KAGGLE_KEY} CUTOFF=${CUTOFF} ./preparation.sh"
|
||||||
archiveArtifacts 'KaggleV2-May-2016.csv'
|
archiveArtifacts 'KaggleV2-May-2016.csv'
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
stage('Statistics') {
|
stage('Statistics') {
|
||||||
sh "chmod u+x ./preparation.sh"
|
sh "chmod u+x ./preparation.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user