1
0

Update 'Jenkinsfile'

This commit is contained in:
Patryk Gałka 2023-04-18 16:11:12 +02:00
parent da263ee91d
commit 91d8e7f1ee

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
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',