try
This commit is contained in:
parent
c2250bf1fd
commit
9c1158235a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -36,7 +36,7 @@ pipeline {
|
|||||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||||
sh 'chmod 777 ./data_processing.py'
|
sh 'chmod 777 ./data_processing.py'
|
||||||
sh "python ./data_processing.py ${params.CUTOFF}"
|
sh "python3 ./data_processing.py ${params.CUTOFF}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user