diff --git a/Jenkinsfile b/Jenkinsfile index 6c0277a..82cad3a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,8 +2,6 @@ pipeline { agent any parameters { - string(name: 'KAGGLE_DATASET_ID', defaultValue: '', description: 'Kaggle dataset') - string(name: 'REPO_URL', defaultValue: '', description: 'Git Url') string(name: 'CUTOFF', defaultValue: '10000', description: 'Liczba wierszy do obcięcia ze zbioru danych') string(name: 'KAGGLE_USERNAME', defaultValue: '', description: 'Kaggle username') password(name: 'KAGGLE_KEY', defaultValue: '', description: 'Kaggle API key')