diff --git a/Jenkinsfile b/Jenkinsfile index e3e8cd2..647ddfc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,13 +6,13 @@ pipeline { description: 'Umożliwia zdefiniowanie wielkości odcięcia zbioru danych.', name: 'CUTOFF', trim: false - ), + ) string( defaultValue: 'rokoch', description: 'Kaggle username', name: 'KAGGLE_USERNAME', trim: false - ), + ) password( defaultValue: '', description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',