zadanie
This commit is contained in:
parent
73ad2ff83a
commit
ae2f84c61c
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -7,7 +7,11 @@ pipeline {
|
|||||||
name: 'KAGGLE_USERNAME',
|
name: 'KAGGLE_USERNAME',
|
||||||
trim: false
|
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'
|
||||||
|
)
|
||||||
cutoff(
|
cutoff(
|
||||||
defaultValue: '',
|
defaultValue: '',
|
||||||
description: 'Value for head command'
|
description: 'Value for head command'
|
||||||
|
Loading…
Reference in New Issue
Block a user