Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
d6d0a5dc1d
commit
12fb47df5f
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -2,13 +2,13 @@ pipeline {
|
||||
agent any
|
||||
parameters {
|
||||
string(
|
||||
defaultValue: 'maciejczajka',
|
||||
defaultValue: 'szymonparafinski',
|
||||
description: 'Kaggle username',
|
||||
name: 'KAGGLE_USERNAME',
|
||||
trim: false
|
||||
)
|
||||
password(
|
||||
defaultValue: 'd8f044ad2b96d32372e22f9054c02bb1',
|
||||
defaultValue: 'a95757bcf7f0def396b5294d971bf6dd',
|
||||
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
|
||||
name: 'KAGGLE_KEY'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user