diff --git a/JenkinsfileDatasetStats b/JenkinsfileDatasetStats index 9d7959a..f69805c 100644 --- a/JenkinsfileDatasetStats +++ b/JenkinsfileDatasetStats @@ -7,6 +7,23 @@ pipeline { description: 'Which build to use for copying artifacts', name: 'BUILD_SELECTOR' ) + string( + defaultValue: 'mattkrawl', + description: 'Kaggle username', + name: 'KAGGLE_USERNAME', + trim: false + ) + password( + defaultValue: 'c21878a7463faa44361330ffbcea68a6', + description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials', + name: 'KAGGLE_KEY' + ) + string( + defaultValue: '1000', + description: 'CUTOFF', + name: 'CUTOFF', + trim: false + ) } stages { stage('Checkout') {