diff --git a/Jenkinsfile b/Jenkinsfile index d1eda57..679f26d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { steps { withEnv (["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}"]) { sh 'chmod +x create-dataset.py' - sh 'python3 ./create-dataset.py $KAGGLE_USERNAME $KAGGLE_KEY' + sh 'python3 ./create-dataset.py $KAGGLE_KEY' } } }