From 3277ba361bd36f3351ee021d7ce5734732354c54 Mon Sep 17 00:00:00 2001 From: AWieczarek Date: Sun, 24 Mar 2024 14:56:25 +0100 Subject: [PATCH] Added new jenkinsfile and kuggle download script --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index c34facb..5d586b1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,6 +5,8 @@ pipeline { 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') } stages {