This commit is contained in:
s444501 2022-04-02 19:22:14 +02:00
parent 0b1578696f
commit fe539738ff

2
Jenkinsfile vendored
View File

@ -33,9 +33,11 @@ pipeline {
stage('Shell Script') {
steps {
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}"]) {
// sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
// sh './download.sh'
sh './ium-data.py'
}
archiveArtifacts artifacts: 'd_test.csv, d_dev.csv, d_train.csv'
}