try
This commit is contained in:
parent
6a8fbc8da5
commit
d712f5d8c5
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -35,7 +35,8 @@ pipeline {
|
||||
steps {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||
sh 'python data_processing.py'
|
||||
sh 'chmod 777 ./data_processing.py'
|
||||
sh "python ./data_processing.py ${params.CUTOFF}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user