clean Jenkinsfile
This commit is contained in:
parent
2480f2a989
commit
b2fc125f1c
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -28,18 +28,11 @@ pipeline {
|
||||
stage('Build') {
|
||||
steps {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||
// sh 'kaggle datasets download -d thedevastator/airbnb-prices-in-european-cities'
|
||||
// sh 'unzip airbnb-prices-in-european-cities.zip -d ./ium_z444510'
|
||||
// sh 'rm airbnb-prices-in-european-cities.zip'
|
||||
sh 'ls -a'
|
||||
// sh 'ls -a ./ium_z444510'
|
||||
sh 'chmod +x create-dataset.sh'
|
||||
sh './create-dataset.sh'
|
||||
archiveArtifacts 'data/barcelona_weekends.train.csv, data/barcelona_weekends.dev.csv, data/barcelona_weekends.test.csv'
|
||||
}
|
||||
// archiveArtifacts 'ium_z444510/train.csv'
|
||||
// archiveArtifacts 'ium_z444510/dev.csv'
|
||||
// archiveArtifacts 'ium_z444510/test.csv'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user