Fix Jenkinsfile

This commit is contained in:
Agata 2022-03-26 15:27:42 +01:00
parent 16750b5831
commit 044ed8d34d

2
Jenkinsfile vendored
View File

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