This commit is contained in:
Norbert Walkowiak 2023-04-18 07:36:22 +02:00
parent 8cf1d1de9a
commit bb272b1cd8

4
Jenkinsfile vendored
View File

@ -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