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