This commit is contained in:
PawelDopierala 2024-04-02 21:30:51 +02:00
parent 31eced636f
commit 7d1f6d9b3c

4
Jenkinsfile vendored
View File

@ -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'
}
}
}