From bb272b1cd85d3414e928754118f009bf31f4f144 Mon Sep 17 00:00:00 2001 From: Norbert Walkowiak Date: Tue, 18 Apr 2023 07:36:22 +0200 Subject: [PATCH] fix --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 748e459..c69b616 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,12 +13,12 @@ pipeline { trim: false ), password( - defaultValue: null, + defaultValue: '', description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials', name: 'KAGGLE_KEY' ), string( - defaultValue: '', + defaultValue: null, description: 'Set cutoff', name: 'CUTOFF', trim: false