This commit is contained in:
Maciej 2021-03-28 23:52:10 +02:00
parent cd5825ac0d
commit 9d88838c67

12
Jenkinsfile vendored
View File

@ -3,16 +3,16 @@ pipeline {
parameters{
string(
defaultValue: 'ma',
defaultValue: 'maciej',
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',
// name: 'KAGGLE_KEY'
// )
password(
defaultValue: '',
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
name: 'KAGGLE_KEY'
)
}
stages {