This commit is contained in:
s478841 2022-03-26 15:49:45 +01:00
parent 3659348f64
commit d014433a3f

4
Jenkinsfile vendored
View File

@ -5,8 +5,8 @@ pipeline {
defaultValue:'mateuszogrodowczyk',
description: 'Kaggle username',
name: 'KAGGLE_USERNAME',
trim: true
),
trim: false
)
password(
defaultValue: '',
description: 'Kaggle access token retrieved from kaggle.json file - https://github.com/Kaggle/kaggle-api#api-credentials',