try
This commit is contained in:
parent
59d39d5771
commit
f650cc1081
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -35,7 +35,7 @@ pipeline {
|
||||
steps {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||
sh 'kaggle datasets download muhammadbinimran/housing-price-prediction-data --unzip'
|
||||
sh "kaggle datasets download muhammadbinimran/housing-price-prediction-data --unzip"
|
||||
sh 'chmod 777 ./data_processing.py'
|
||||
sh "python3 ./data_processing.py ${params.CUTOFF}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user