test
This commit is contained in:
parent
fe539738ff
commit
7e262cce82
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -33,11 +33,9 @@ pipeline {
|
|||||||
stage('Shell Script') {
|
stage('Shell Script') {
|
||||||
steps {
|
steps {
|
||||||
sh 'chmod u+x download.sh'
|
sh 'chmod u+x download.sh'
|
||||||
sh 'chmod u+x ium-data.py'
|
|
||||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}","KAGGLE_KEY=${params.KAGGLE_KEY}", "CUTOFF=${params.CUTOFF}"]) {
|
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}","KAGGLE_KEY=${params.KAGGLE_KEY}", "CUTOFF=${params.CUTOFF}"]) {
|
||||||
// sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
||||||
// sh './download.sh'
|
// sh './download.sh'
|
||||||
sh './ium-data.py'
|
|
||||||
}
|
}
|
||||||
archiveArtifacts artifacts: 'd_test.csv, d_dev.csv, d_train.csv'
|
archiveArtifacts artifacts: 'd_test.csv, d_dev.csv, d_train.csv'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user