.
This commit is contained in:
parent
9d88838c67
commit
074959eb60
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -3,16 +3,11 @@ pipeline {
|
||||
|
||||
parameters{
|
||||
string(
|
||||
defaultValue: 'maciej',
|
||||
defaultValue: 'maciejsobkowiak',
|
||||
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'
|
||||
)
|
||||
}
|
||||
|
||||
stages {
|
||||
|
Loading…
Reference in New Issue
Block a user