This commit is contained in:
PawelDopierala 2024-04-02 21:29:44 +02:00
parent ab1debc4c2
commit 31eced636f

2
Jenkinsfile vendored
View File

@ -36,7 +36,7 @@ pipeline {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
sh 'chmod 777 ./data_processing.py'
sh "ipython ./data_processing.py ${params.CUTOFF}"
sh 'python ./data_processing.py'
}
}
}